Ads Tracker

See if you have ad banners in the current page!

Wat is Ads Tracker?

Ads Tracker is een Chrome-extensie ontwikkeld door chuckk.media, en de belangrijkste functie is "See if you have ad banners in the current page! ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ads Tracker

Download Ads Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will detect if the current website the user visiting has banner ads from various companies.                    

Basisinformatie over de Extensie

Naam Ads Tracker Ads Tracker
ID mhcfcphhgipcgdmdidoffhdmgbcnkamd
Officiële URL https://chrome.google.com/webstore/detail/ads-tracker/mhcfcphhgipcgdmdidoffhdmgbcnkamd
Beschrijving See if you have ad banners in the current page!
Bestandsgrootte 19.09 KB
Aantal Installaties 3,732
Huidige Versie 1
Laatst Bijgewerkt 2022-12-01
Publicatiedatum 2022-12-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar chuckk.media
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://home.ceparateauab.com/
Help Pagina-URL https://home.ceparateauab.com/contact.html
Ondersteunde Talen 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"
            ]
        }
    ]
}