YES - YouTube Enhancement Suite

No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay

什么是YES - YouTube Enhancement Suite?

YES - YouTube Enhancement Suite是由stephan247开发的Chrome扩展程序,该扩展的主要功能是“No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay”。

扩展截图

screenshot
screenshot

下载YES - YouTube Enhancement Suite扩展crx文件

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

扩展使用说明

                        Replaces YouTube's watch page with a full screen interface with no pre-roll ads, no comments, no age filters, just video.                    

扩展基本信息

名称 YES - YouTube Enhancement Suite YES - YouTube Enhancement Suite
ID ablppdolllcbhinaofgldpflhpckncid
官方URL https://chrome.google.com/webstore/detail/yes-youtube-enhancement-s/ablppdolllcbhinaofgldpflhpckncid
简介 No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay
文件大小 13.11 KB
安装次数 149
当前版本 1.0.1
更新时间 2014-05-30
上架时间 2014-05-30
评分 1.80/5 共5次评分
开发者 stephan247
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "YES - YouTube Enhancement Suite",
    "short_name": "YES",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.youtube.com\/watch*"
    ],
    "version": "1.0.1"
}