Youtube™ Adblocker

Youtube ™ Adblocker disables all ads in one click.

Что такое Youtube™ Adblocker?

Youtube™ Adblocker - это расширение Chrome, разработанное betento6334, и его основная функция - "Youtube ™ Adblocker disables all ads in one click.".

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

screenshot
screenshot
screenshot

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

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

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

                        Nowadays a very popular YouTube application and you probably like to watch your favorite bloggers or listen to your favorite music in it.  Surely you had to interrupt your viewing for dim ads that you do not want to see.  Youtube AdBlocker can easily help you with this.  When installed, it will instantly remove your ads and you can simply forget about it.  It is a very easy to use product.  We did our best to make Youtube AdBlocker as functional as possible.  We are confident that you will be happy with the installation.  Rather, join our users and enjoy using, and to download our  YouTube AdBlocker  just follow the link below.                    

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

Название Youtube™ Adblocker Youtube™ Adblocker
ID imllljhjdokmdbpkdgfjdfbgfkpobobo
Официальный URL https://chrome.google.com/webstore/detail/youtube-adblocker/imllljhjdokmdbpkdgfjdfbgfkpobobo
Описание Youtube ™ Adblocker disables all ads in one click.
Размер файла 16.52 KB
Количество установок 10,000
Текущая Версия 1.6
Последнее Обновление 2021-11-25
Дата публикации 2021-07-25
Рейтинг 4.85/5 Всего 13 оценок
Разработчик betento6334
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "Youtube \u2122 Adblocker disables all ads in one click.",
    "version": "1.6",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "300": "yapmak\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "300": "yapmak\/logo.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "yapmak\/checkboxes.css"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "icinde\/icinde1\/icinde2\/script1.js",
            "icinde\/icinde1\/script1.js",
            "icinde\/icinde1\/script2.js",
            "icinde\/icinde1\/icinde2\/icinde3\/script1.js",
            "icinde\/icinde1\/icinde2\/icinde3\/script2.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "meraba\/script1.js",
                "meraba\/\u0131y\u0131z\/script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}