AdzShield

Automatically skips ads on Youtube and hides ads on Google.

Cos'è AdzShield?

AdzShield è un'estensione di Chrome sviluppata da https://adzshield.com, e la sua funzione principale è "Automatically skips ads on Youtube and hides ads on Google.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AdzShield

Scarica i file di estensione AdzShield 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

                        Enjoying your browsing experience on Google and Youtube with Adz Shield. 
We will make sure that you are not getting distracted by annoying ads.
- Clicks on "skip ad" for you on Youtube
- Hides distracting ads on Youtube and Google.                    

Informazioni di Base sull'Estensione

Nome AdzShield AdzShield
ID bedkmppnhldpheapcmnlchkdhfldcedd
URL Ufficiale https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd
Descrizione Automatically skips ads on Youtube and hides ads on Google.
Dimensione del File 17.25 KB
Conteggio Installazioni 111,992
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-11-28
Data di Pubblicazione 2022-01-11
Valutazione 4.43/5 Totale 23 Valutazioni
Sviluppatore https://adzshield.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://adzshield.com/privacy.php
Lingue Supportate de,en,fr,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.4",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128.png",
                "c.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}