Focus YouTube: Remove the recommendations

This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…

Focus YouTube: Remove the recommendations क्या है?

Focus YouTube: Remove the recommendations Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…"।

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

screenshot

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

crx प्रारूप में Focus YouTube: Remove the recommendations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever opened YouTube with the intention of learning something new and becoming the best you, but found your self 3 hours later watching [insert viral YouTube video genre here] and feeling guilty about it, this is the extension for you. If not or you don't care, you probably shouldn't install this as this extension probably removes decades advanced AI research embedded into YouTube in a fell,.innerHTML = "", swoop.

The source code for this extension can be found: https://github.com/zkry/focus-youtube

This works well with the "Stop Autoplay" extension: https://chrome.google.com/webstore/detail/stop-autoplay-next-for-yo/bhnhbmjfaanopkalgkjoiemhekdnhanh/related?hl=tr                    

एक्सटेंशन की मूल जानकारी

नाम Focus YouTube: Remove the recommendations Focus YouTube: Remove the recommendations
ID ejjfgahdiphopekkdkkkapolodefpenn
आधिकारिक URL https://chromewebstore.google.com/detail/focus-youtube-remove-the/ejjfgahdiphopekkdkkkapolodefpenn
विवरण This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…
फ़ाइल का आकार 47.67 KB
स्थापना संख्या 769
वर्तमान संस्करण 0.3
अंतिम अपडेट 2018-08-19
प्रकाशन तिथि 2018-08-19
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus YouTube: Remove the recommendations",
    "version": "0.3",
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "Focus - Youtube",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/logo.png"
    },
    "permissions": [
        "*:\/\/youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "thirdParty\/jquery-3.3.1.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}