Youtube Recommended Video Block

try to make you waste less time on recommended videos

Τι είναι το Youtube Recommended Video Block;

Το Youtube Recommended Video Block είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shundevwork, και η κύρια λειτουργία του είναι "try to make you waste less time on recommended videos".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Youtube Recommended Video Block

Λήψη αρχείων επέκτασης 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"
        }
    ]
}