YouTube Distraction Remover

Remove the feed and sidebar on YouTube to free up your time

什么是YouTube Distraction Remover?

YouTube Distraction Remover是由Will S开发的Chrome扩展程序,该扩展的主要功能是“Remove the feed and sidebar on YouTube to free up your time”。

扩展截图

screenshot
screenshot

下载YouTube Distraction Remover扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 YouTube Distraction Remover YouTube Distraction Remover
ID neabcchaoiabjmjmnaljajpjoinhpkln
官方URL https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln
简介 Remove the feed and sidebar on YouTube to free up your time
文件大小 44.21 KB
安装次数 706
当前版本 0.2
更新时间 2016-10-14
上架时间 2016-10-14
评分 3.00/5 共2次评分
开发者 Will S
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Remover",
    "description": "Remove the feed and sidebar on YouTube to free up your time",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}