'How to change the default values of checkboxes in AdBlock Plus chrome extention

I am invoking chrome using selenium. I am installing the (AdBlock Plus https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb?hl=en-US )extention using --load_extension attribute while launching chromium.

By default the below options are unchecked (found in AdBlock-Plus Settings: chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/options.html).

  • Block additional tracking
  • Block cookie warnings
  • Block push notifications
  • Block social media icons tracking

Attached Image for reference

Is there any way (changing the html or js files for adBlock-plus present at C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\Extensions\cfhdojbkjhnklbpkdaibdccddilifddb\ by which we can have the values checked as soon as it is installed..



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source