Youtube Recommended Video Block

try to make you waste less time on recommended videos

Qu'est-ce que Youtube Recommended Video Block ?

Youtube Recommended Video Block est une extension Chrome développée par shundevwork, et sa fonction principale est "try to make you waste less time on recommended videos".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Recommended Video Block

Téléchargez les fichiers d'extension Youtube Recommended Video Block au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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...)                    

Informations de Base sur l'Extension

Nom Youtube Recommended Video Block Youtube Recommended Video Block
ID kecjmdieihbdcdoiolhchjpioacofnlk
URL Officiel https://chrome.google.com/webstore/detail/youtube-recommended-video/kecjmdieihbdcdoiolhchjpioacofnlk
Description try to make you waste less time on recommended videos
Taille du Fichier 4.2 KB
Nombre d'Installations 306
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-03-25
Date de Publication 2017-03-25
Évaluation 2.50/5 Total 4 Évaluations
Développeur shundevwork
Type de Paiement free
Site Web de l'Extension https://github.com/watashiSHUN/chromeExtension/tree/master/chromeFiles
URL de la Page d'Aide https://github.com/watashiSHUN/chromeExtension/issues
Langues Prises en Charge 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"
        }
    ]
}