Ads Tracker

See if you have ad banners in the current page!

Cos'è Ads Tracker?

Ads Tracker è un'estensione di Chrome sviluppata da chuckk.media, e la sua funzione principale è "See if you have ad banners in the current page! ".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ads Tracker

Scarica i file di estensione Ads Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Ads Tracker Ads Tracker
ID mhcfcphhgipcgdmdidoffhdmgbcnkamd
URL Ufficiale https://chrome.google.com/webstore/detail/ads-tracker/mhcfcphhgipcgdmdidoffhdmgbcnkamd
Descrizione See if you have ad banners in the current page!
Dimensione del File 19.09 KB
Conteggio Installazioni 3,732
Versione Corrente 1
Ultimo Aggiornamento 2022-12-01
Data di Pubblicazione 2022-12-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore chuckk.media
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://home.ceparateauab.com/
URL della Pagina di Aiuto https://home.ceparateauab.com/contact.html
Lingue Supportate 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"
            ]
        }
    ]
}