Boss Blocker - Block Ads & Trackers
Block Display, Pop-Up Ads & Trackers like a Boss!
What is Boss Blocker - Block Ads & Trackers?
Boss Blocker - Block Ads & Trackers is a Chrome extension developed by Boss Blocker LLC, and its main feature is "Block Display, Pop-Up Ads & Trackers like a Boss!".
Extension Screenshots
Download Boss Blocker - Block Ads & Trackers Extension CRX File
Download Boss Blocker - Block Ads & Trackers 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
We created Ad Blocker extension to block display, pop-up ads & trackers like a Boss! Ad Dimensions List: [120, 600], [160, 600], [180, 600], [180, 675], [250, 250], [300, 250], [300, 600], [300, 1050], [320, 50], [320, 480], [336, 280], [468, 60], [480, 320], [640, 480], [728, 90], [800, 280], [970, 90], [970, 250], [972, 280], [980, 250], [1100, 90], [1100, 280], [1200, 280], [1210, 250], [1210, 350] Trackers List: Google, Facebook, TikTok, OutBrain, Taboola New Chrome Extension manifest version 3 makes blocking of the Web Ads more difficulty. We came up with our new unique solutions to block most of the Ads without any troubles! Our team is always looking for better solutions to block even more unwanted ads. If you have some suggestions and ideas to make our Boss Blocker better, please contact us. Contact Email: [email protected] Privacy Policy: https://bossblocker.com/legal/privacy.pdf
Extension Basic Information
Name | |
ID | dochpnjbdnbnminikmnnmbbckpiaabfc |
Official URL | https://chrome.google.com/webstore/detail/boss-blocker-block-ads-tr/dochpnjbdnbnminikmnnmbbckpiaabfc |
Description | Block Display, Pop-Up Ads & Trackers like a Boss! |
File Size | 14.42 KB |
Installation Count | 2,440 |
Current Version | 1.0.8 |
Last Updated | 2022-12-12 |
Publish Date | 2022-07-13 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Boss Blocker LLC |
[email protected] | |
Privacy Policy Page URL | https://bossblocker.com/legal/privacy.pdf |
Supported Languages | en |
manifest.json | |
{ "action": { "default_icon": { "128": "img\/icon.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "worker.js", "type": "module" }, "content_scripts": [ { "js": [ "display_ads.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Block Display, Pop-Up Ads & Trackers like a Boss!", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "img\/icon.png" }, "manifest_version": 3, "name": "Boss Blocker - Block Ads & Trackers", "permissions": [ "storage", "tabs", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "display_ads.js" ] } ] } |