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
Eメール [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"
            ]
        }
    ]
}