Ad-free | ad blocker
Ad-free - innovate ad blocker
What is Ad-free | ad blocker?
Ad-free | ad blocker is a Chrome extension developed by adfree1904, and its main feature is "Ad-free - innovate ad blocker".
Extension Screenshots
Download Ad-free | ad blocker Extension CRX File
Download Ad-free | ad blocker 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
Ad-fee Block pop-ups and videos ads on YouTube, Facebook, Twitch, and all your favorite websites for smooth experience. An ad protector for your browser.Ad-free will allow you to have free of ads browsing. for any question you have, feel free to email us at [email protected]
Extension Basic Information
Name | |
ID | cabpkpnnapejkmmefmjkmldcbfhblfon |
Official URL | https://chrome.google.com/webstore/detail/ad-free-ad-blocker/cabpkpnnapejkmmefmjkmldcbfhblfon |
Description | Ad-free - innovate ad blocker |
File Size | 364 KB |
Installation Count | 15,441 |
Current Version | 1.0.2 |
Last Updated | 2022-11-24 |
Publish Date | 2022-09-25 |
Rating | 3.13/5 Total 8 Ratings |
Developer | adfree1904 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad-free | ad blocker", "description": "Ad-free - innovate ad blocker", "version": "1.0.2", "manifest_version": 3, "icons": { "16": ".\/images\/icon-16x16.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" }, "background": { "service_worker": ".\/background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "tabs", "storage", "scripting", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ] } |