AdzShield

Automatically skips ads on Youtube and hides ads on Google.

Wat is AdzShield?

AdzShield is een Chrome-extensie ontwikkeld door https://adzshield.com, en de belangrijkste functie is "Automatically skips ads on Youtube and hides ads on Google.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AdzShield

Download AdzShield-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

                        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.                    

Basisinformatie over de Extensie

Naam AdzShield AdzShield
ID bedkmppnhldpheapcmnlchkdhfldcedd
Officiële URL https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd
Beschrijving Automatically skips ads on Youtube and hides ads on Google.
Bestandsgrootte 17.25 KB
Aantal Installaties 111,992
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-11-28
Publicatiedatum 2022-01-11
Beoordeling 4.43/5 Totaal 23 Beoordelingen
Ontwikkelaar https://adzshield.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://adzshield.com/privacy.php
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}