AdzShield

Automatically skips ads on Youtube and hides ads on Google.

Что такое AdzShield?

AdzShield - это расширение Chrome, разработанное https://adzshield.com, и его основная функция - "Automatically skips ads on Youtube and hides ads on Google.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AdzShield

Скачайте файлы расширений 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": [
                ""
            ]
        }
    ]
}