视频无广告(酷小子)

使用本插件,可以给主流视频网站去掉视频的前置广告。 Bug 提交:https://www.zuixiaopin.com/ly

What is 视频无广告(酷小子)?

视频无广告(酷小子) is a Chrome extension developed by https://www.zuixiaopin.com, and its main feature is "使用本插件,可以给主流视频网站去掉视频的前置广告。 Bug 提交:https://www.zuixiaopin.com/ly".

Extension Screenshots

screenshot

Download 视频无广告(酷小子) Extension CRX File

Download 视频无广告(酷小子) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        使用本插件,可以完全去掉视频网站(优酷、爱奇艺等)的广告,可以直接看VIP视频。

【更新日志】
 v1.4 2017-09-20:
 修复不能使用的BUG
 v1.3 2017-02-11:
 修复搜狐视频尺寸问题
 v1.2 2017-02-06:
 修复腾讯视频在播放页面切换视频不切换内容的BUG。                    

Extension Basic Information

Name 视频无广告(酷小子) 视频无广告(酷小子)
ID bofhdiaaelkjlnikaelgnofifjollhfl
Official URL https://chromewebstore.google.com/detail/%E8%A7%86%E9%A2%91%E6%97%A0%E5%B9%BF%E5%91%8A%E9%85%B7%E5%B0%8F%E5%AD%90/bofhdiaaelkjlnikaelgnofifjollhfl
Description 使用本插件,可以给主流视频网站去掉视频的前置广告。 Bug 提交:https://www.zuixiaopin.com/ly
File Size 44.91 KB
Installation Count 169
Current Version 1.4
Last Updated 2017-09-20
Publish Date 2017-09-20
Rating 2.50/5 Total 2 Ratings
Developer https://www.zuixiaopin.com
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "name": "\u89c6\u9891\u65e0\u5e7f\u544a(\u9177\u5c0f\u5b50)",
    "version": "1.4",
    "manifest_version": 2,
    "description": "\u4f7f\u7528\u672c\u63d2\u4ef6\uff0c\u53ef\u4ee5\u7ed9\u4e3b\u6d41\u89c6\u9891\u7f51\u7ad9\u53bb\u6389\u89c6\u9891\u7684\u524d\u7f6e\u5e7f\u544a\u3002 Bug \u63d0\u4ea4\uff1ahttps:\/\/www.zuixiaopin.com\/ly",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "http:\/\/www.zuixiaopin.com",
    "browser_action": {
        "default_title": "\u89c6\u9891\u65e0\u5e7f\u544a",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/v.youku.com\/v_show\/*",
                "https:\/\/v.qq.com\/*",
                "http:\/\/www.iqiyi.com\/*",
                "http:\/\/www.mgtv.com\/*",
                "http:\/\/tv.sohu.com\/*",
                "http:\/\/www.le.com\/*"
            ],
            "css": [],
            "js": [
                "js\/js.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}