Youtube Recommended Video Block
try to make you waste less time on recommended videos
Co je Youtube Recommended Video Block?
Youtube Recommended Video Block je rozšíření Chrome vyvinuté shundevwork, a jeho hlavní funkcí je „try to make you waste less time on recommended videos“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube Recommended Video Block
Stáhněte si soubory rozšíření Youtube Recommended Video Block ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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...)
Základní Informace o Rozšíření
Název | ![]() |
ID | kecjmdieihbdcdoiolhchjpioacofnlk |
Oficiální URL | https://chrome.google.com/webstore/detail/youtube-recommended-video/kecjmdieihbdcdoiolhchjpioacofnlk |
Popis | try to make you waste less time on recommended videos |
Velikost souboru | 4.2 KB |
Počet instalací | 306 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2017-03-25 |
Datum Vydání | 2017-03-25 |
Hodnocení | 2.50/5 Celkem 4 Hodnocení |
Vývojář | shundevwork |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/watashiSHUN/chromeExtension/tree/master/chromeFiles |
URL Stránky Nápovědy | https://github.com/watashiSHUN/chromeExtension/issues |
Podporované Jazyky | 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" } ] } |