adblocker
Simply Block Ads on almost all sites like youtube,google and more
What is adblocker?
adblocker is a Chrome extension developed by Kumar Rajmani Bapat, and its main feature is "Simply Block Ads on almost all sites like youtube,google and more".
Extension Screenshots
Download adblocker Extension CRX File
Download adblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Removes ads from YouTube Permissions: like common ad-blocking extensions. Block ads and pop-ups on almost all websites like YouTube, Facebook, Twitter, and your favorite websites and more. Note this AdBlock for Chrome works automatically if Enabled. Firstly just click "Add to Chrome," then visit your favorite website do the google search and then click on extension and press Enable . Now you can simply browse freely without any seeing Annoying, Unobtrusive and Unwanted ads or can go to YouTube and enjoy watching videos ad free . For Financial Support Indians can contribute at upi id- k.rajmani@paytm and Foreigners/NRI's using below link https://www.paypal.com/paypalme/paramsiddha please contribute to support the efforts and so that will continue bring more such extensions to stay productive , also give your feedback and rating. Thanks
Extension Basic Information
Name | |
ID | flfjoelbogbjlccbakjpmfnffhgmdlff |
Official URL | https://chrome.google.com/webstore/detail/adblocker/flfjoelbogbjlccbakjpmfnffhgmdlff |
Description | Simply Block Ads on almost all sites like youtube,google and more |
File Size | 26.18 KB |
Installation Count | 363 |
Current Version | 2.10.2 |
Last Updated | 2021-05-29 |
Publish Date | 2020-08-22 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Kumar Rajmani Bapat |
[email protected] | |
Payment Type | free |
Extension Website | https://paramsiddha.wordpress.com/ |
Help Page URL | https://www.paypal.com/paypalme/paramsiddha |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "adblocker", "version": "2.10.2", "description": "Simply Block Ads on almost all sites like youtube,google and more", "author": "Kumar Rajmani Bapat", "page_action": { "default_icon": "128.png", "default_popup": "popup.html" }, "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "background": { "scripts": [ "mainevent.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "*:\/\/www.google.com\/*", "*:\/\/web.whatsapp.com\/*", "*:\/\/en.wikipedia.org\/*", "*:\/\/www.bing.com\/*", "*:\/\/www.StartPage.com\/*", "*:\/\/www.yandex.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |