Youtube Recommended Video Block

try to make you waste less time on recommended videos

Youtube Recommended Video Block क्या है?

Youtube Recommended Video Block shundevwork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "try to make you waste less time on recommended videos"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Recommended Video Block एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}