Youtube Recommended Video Block

try to make you waste less time on recommended videos

Youtube Recommended Video Blockとは何ですか?

Youtube Recommended Video Blockはshundevworkによって開発されたChromeの拡張機能で、その主な機能は「try to make you waste less time on recommended videos」です。

拡張機能のスクリーンショット

screenshot

Youtube Recommended Video Block拡張機能のCRXファイルをダウンロード

Youtube Recommended Video Block拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a productivity extension

If you ever felt like wasting a lot of time on Youtube recommended videos, this extension might be able to help: it keeps these "guilty pleasures" out of sight, thus, out of mind :).

sometimes I find myself watching some tutorials but couldn't help to "notice" this interesting fail compilation video on the right hand side of the screen...so with my super average will power, I caved. After repeating these steps over and over, I finally had enough, and decided to do something...

You will still have access to your subscriptions/trending videos/history etc, but when you want to watch a specific video, you will no longer get distracted and end up doing something else instead (stay focused, your time is precious, don't give it to youtube recommendation algorithm...)                    

拡張機能の基本情報

名前 Youtube Recommended Video Block Youtube Recommended Video Block
ID kecjmdieihbdcdoiolhchjpioacofnlk
公式URL https://chrome.google.com/webstore/detail/youtube-recommended-video/kecjmdieihbdcdoiolhchjpioacofnlk
説明 try to make you waste less time on recommended videos
ファイルサイズ 4.2 KB
インストール数 306
現在のバージョン 1.0.0
最終更新日 2017-03-25
公開日 2017-03-25
評価 2.50/5 合計 4 レビュー
開発者 shundevwork
支払い方法 free
拡張機能のウェブサイト https://github.com/watashiSHUN/chromeExtension/tree/master/chromeFiles
ヘルプページのURL https://github.com/watashiSHUN/chromeExtension/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Recommended Video Block",
    "description": "try to make you waste less time on recommended videos",
    "version": "1.0.0",
    "author": "watashiSHUN",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "DOMchange.js"
            ],
            "run_at": "document_start"
        }
    ]
}