Adblock for Ytube

Removes ads from Youtube™.

什么是Adblock for Ytube?

Adblock for Ytube是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Removes ads from Youtube™.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Adblock for Ytube扩展crx文件

下载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": [
        ""
    ]
}