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”。
擴展截圖
下載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...)
擴展基本資訊
名稱 | ![]() |
ID | kecjmdieihbdcdoiolhchjpioacofnlk |
官方網址 | 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" } ] } |