AdzShield

Automatically skips ads on Youtube and hides ads on Google.

什么是AdzShield?

AdzShield是由https://adzshield.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically skips ads on Youtube and hides ads on Google.”。

扩展截图

screenshot

下载AdzShield扩展crx文件

下载AdzShield扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AdzShield AdzShield
ID bedkmppnhldpheapcmnlchkdhfldcedd
官方URL https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd
简介 Automatically skips ads on Youtube and hides ads on Google.
文件大小 17.25 KB
安装次数 111,992
当前版本 1.0.4
更新时间 2023-11-28
上架时间 2022-01-11
评分 4.43/5 共23次评分
开发者 https://adzshield.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://adzshield.com/privacy.php
支持的语言 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": [
                ""
            ]
        }
    ]
}