YouTube Skip Ads

Skip all kind of youtube ads automatically.

什么是YouTube Skip Ads?

YouTube Skip Ads是由akash.anand708开发的Chrome扩展程序,该扩展的主要功能是“Skip all kind of youtube ads automatically.”。

扩展截图

screenshot

下载YouTube Skip Ads扩展crx文件

下载YouTube Skip Ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        No need to buy premium subscription to avoid ads.
When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home.
Sometimes long ads comes in between and you have only two options.
1. Let ads play for that long duration. Or
2. Come near to laptop and click SKIP button.

Isn't it irritating. Here is the solution for this.
You don't need to SKIP manually. This extension will do it for you.

NOTE: This works for NON-SKIPPABLE ads also.

Please try it and leave review comments.                    

扩展基本信息

名称 YouTube Skip Ads YouTube Skip Ads
ID nebpcniblohdgemginackdeilpgcknmm
官方URL https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm
简介 Skip all kind of youtube ads automatically.
文件大小 6.02 KB
安装次数 636
当前版本 0.1
更新时间 2019-07-28
上架时间 2019-07-26
评分 4.00/5 共3次评分
开发者 akash.anand708
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Skip Ads",
    "short_name": "Skip YouTube Ads",
    "version": "0.1",
    "default_locale": "en",
    "description": "Skip all kind of youtube ads automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}