AdzShield

Automatically skips ads on Youtube and hides ads on Google.

Co je AdzShield?

AdzShield je rozšíření Chrome vyvinuté https://adzshield.com, a jeho hlavní funkcí je „Automatically skips ads on Youtube and hides ads on Google.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AdzShield

Stáhněte si soubory rozšíření AdzShield ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AdzShield AdzShield
ID bedkmppnhldpheapcmnlchkdhfldcedd
Oficiální URL https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd
Popis Automatically skips ads on Youtube and hides ads on Google.
Velikost souboru 17.25 KB
Počet instalací 111,992
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-11-28
Datum Vydání 2022-01-11
Hodnocení 4.43/5 Celkem 23 Hodnocení
Vývojář https://adzshield.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://adzshield.com/privacy.php
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}