Ads Tracker
See if you have ad banners in the current page!
What is Ads Tracker?
Ads Tracker is a Chrome extension developed by chuckk.media, and its main feature is "See if you have ad banners in the current page! ".
Extension Screenshots
Download Ads Tracker Extension CRX File
Download Ads Tracker 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
This extension will detect if the current website the user visiting has banner ads from various companies.
Extension Basic Information
Name | |
ID | mhcfcphhgipcgdmdidoffhdmgbcnkamd |
Official URL | https://chrome.google.com/webstore/detail/ads-tracker/mhcfcphhgipcgdmdidoffhdmgbcnkamd |
Description | See if you have ad banners in the current page! |
File Size | 19.09 KB |
Installation Count | 3,732 |
Current Version | 1 |
Last Updated | 2022-12-01 |
Publish Date | 2022-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chuckk.media |
[email protected] | |
Payment Type | free |
Extension Website | https://home.ceparateauab.com/ |
Help Page URL | https://home.ceparateauab.com/contact.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Ads Tracker", "default_popup": "popup.html" }, "description": "See if you have ad banners in the current page! ", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Ads Tracker", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |