AdzShield

Automatically skips ads on Youtube and hides ads on Google.

Hvad er AdzShield?

AdzShield er en Chrome-udvidelse udviklet af https://adzshield.com, og dens hovedfunktion er "Automatically skips ads on Youtube and hides ads on Google.".

Udvidelsesskærmbilleder

screenshot

Download AdzShield-udvidelses-CRX-fil

Download AdzShield-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AdzShield AdzShield
ID bedkmppnhldpheapcmnlchkdhfldcedd
Officiel URL https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd
Beskrivelse Automatically skips ads on Youtube and hides ads on Google.
Filstørrelse 17.25 KB
Antal Installationer 111,992
Nuværende Version 1.0.4
Senest Opdateret 2023-11-28
Udgivelsesdato 2022-01-11
Bedømmelse 4.43/5 Samlet 23 Bedømmelser
Udvikler https://adzshield.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://adzshield.com/privacy.php
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}