Adblock for Ytube

Removes ads from Youtube™.

Что такое Adblock for Ytube?

Adblock for Ytube - это расширение Chrome, разработанное Unknown, и его основная функция - "Removes ads from Youtube™.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Don’t miss an opportunity to get rid of annoying youtube ads once and for all. Just install youtube adblocker and you’ll forget about them. Tired of unskippable ads and endless charade of ad banners? Then this superb adblocker for youtube is what you were looking for. Installation process takes just a few seconds and the extension doesn’t require a lot of free space. Adblock for youtube simply does its job and doesn’t track your online activity or else. It’s completely safe and reliable extension for those, who just can’t tolerate those annoying ads anymore. Feel the difference after installing this simple yet so useful extension – all the youtube ads will be gone.
Youtube adblock has simple and intuitive design, so it’s pretty easy to use. Well, actually you don’t have to take any actions at all, because everything is done automatically by youtube adblocker. All you have to do is click on ‘Install’ button and enable / disable the blocker when necessarily. To do so, click on extension icon in right upper corner. Imagine how cool is to watch favorite videos without annoying ads. This new youtube adblock will make the dream come true. We tried to make our adblocker for youtube as comfortable and easy to use as possible and we succeeded. The extension is incredibly useful tool to improve your browsing experience. Install our adblock for youtube and see for yourself.                    

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

Название Adblock for Ytube Adblock for Ytube
ID nendakennfmpoplpmpgnmcbpfabkibki
Официальный URL https://chromewebstore.google.com/detail/adblock-for-ytube/nendakennfmpoplpmpgnmcbpfabkibki
Описание Removes ads from Youtube™.
Размер файла 70.97 KB
Количество установок 3,828
Текущая Версия 1.2
Последнее Обновление 2022-01-24
Дата публикации 2021-11-03
Рейтинг 3.00/5 Всего 4 оценок
Разработчик Unknown
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "media\/sty\/icon.png"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "media\/scr\/serj.js",
                "media\/scr\/kapesh.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "128": "media\/sty\/icon.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "ind\/indra.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}