Ad Blocker by CSS selector
Provides you to hide tricky DOM elements.
What is Ad Blocker by CSS selector?
Ad Blocker by CSS selector is a Chrome extension developed by darellat, and its main feature is "Provides you to hide tricky DOM elements.".
Extension Screenshots
Download Ad Blocker by CSS selector Extension CRX File
Download Ad Blocker by CSS selector 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
Block ads elements by css selectors using this extension.
Extension Basic Information
Name | Ad Blocker by CSS selector |
ID | hpgajklfjdphpbppfkploicnoofbplea |
Official URL | https://chromewebstore.google.com/detail/ad-blocker-by-css-selecto/hpgajklfjdphpbppfkploicnoofbplea |
Description | Provides you to hide tricky DOM elements. |
File Size | 50.74 KB |
Installation Count | 18 |
Current Version | 1.0 |
Last Updated | 2021-05-11 |
Publish Date | 2021-05-11 |
Developer | darellat |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "bg.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "name": "Ad Blocker by CSS selector", "description": "Provides you to hide tricky DOM elements.", "version": "1.0", "browser_action": { "default_icon": "img\/32.png" }, "icons": { "128": "img\/128.png", "64": "img\/64.png", "32": "img\/32.png" }, "options_ui": { "open_in_tab": true, "page": "settings.html" }, "permissions": [ "storage" ] } |