Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

什么是Youtube-No-Suggestions?

Youtube-No-Suggestions是由msbrown开发的Chrome扩展程序,该扩展的主要功能是“Removes suggested videos from the Youtube interface.”。

下载Youtube-No-Suggestions扩展crx文件

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

扩展使用说明

                        Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com                    

扩展基本信息

名称 Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
官方URL https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
简介 Removes suggested videos from the Youtube interface.
文件大小 3.15 KB
安装次数 25
当前版本 1.0
更新时间 2017-05-29
上架时间 2017-05-28
开发者 msbrown
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mbrown1413/Youtube-No-Suggest
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Removes suggested videos from the Youtube interface.",
    "manifest_version": 2,
    "name": "Youtube-No-Suggestions",
    "version": "1.0",
    "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "remove_suggestions.css"
            ]
        }
    ]
}