Simple AdBlock
Removes popular advertisement blocks from any website!
What is Simple AdBlock?
Simple AdBlock is a Chrome extension developed by alexleon.solutions, and its main feature is "Removes popular advertisement blocks from any website!".
Extension Screenshots
Download Simple AdBlock Extension CRX File
Download Simple AdBlock 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
The extension will delete advertisements and banners from various ad companies. The extension will simply scan the page from any known banners to quickly remove them.
Extension Basic Information
Name | |
ID | fhaealjjameonplhmmjcmpgfgidiefka |
Official URL | https://chrome.google.com/webstore/detail/simple-adblock/fhaealjjameonplhmmjcmpgfgidiefka |
Description | Removes popular advertisement blocks from any website! |
File Size | 13.76 KB |
Installation Count | 3,851 |
Current Version | 1 |
Last Updated | 2022-11-29 |
Publish Date | 2022-11-29 |
Developer | alexleon.solutions |
[email protected] | |
Payment Type | free |
Extension Website | https://home.xzxoughtanot.xyz/ |
Help Page URL | https://home.xzxoughtanot.xyz/contact.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "128.png", "default_title": "Simple AdBlock" }, "description": "Removes popular advertisement blocks from any website!", "icons": { "128": "128.png" }, "manifest_version": 3, "name": "Simple AdBlock", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |