youtube_ad_remover

No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…

Что такое youtube_ad_remover?

youtube_ad_remover - это расширение Chrome, разработанное nickelstarvo, и его основная функция - "No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений youtube_ad_remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        No more ads on Youtube™.
Ⓘ about
Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads on Youtube ™. This allows to prevent page elements such as advertisements from being displayed to you.
Commercial clips and commercials that you usually see before the actual Youtube videos are blocked by our extension.

Peculiarities:
 + blocks ads and pop-ups
 + ad blocking on external sites that download Youtube
 + prevent ads from loading on Youtube                    

Основная информация о расширении

Название youtube_ad_remover youtube_ad_remover
ID dahgebjcdkhedpjdkkhdleobnnbnkclk
Официальный URL https://chromewebstore.google.com/detail/youtubeadremover/dahgebjcdkhedpjdkkhdleobnnbnkclk
Описание No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…
Размер файла 28.02 KB
Количество установок 285
Текущая Версия 3.2.0
Последнее Обновление 2022-03-24
Дата публикации 2022-03-24
Разработчик nickelstarvo
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youtube_ad_remover",
    "version": "3.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}