De-Mainstream YouTube™

Fixes the YouTube™ algorithm to remove mainstream media results from searches.

De-Mainstream YouTube™ क्या है?

De-Mainstream YouTube™ https://demainstream.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes the YouTube™ algorithm to remove mainstream media results from searches."।

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

screenshot

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

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

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

                        A browser extension to remove Mainstream Media results from YouTube™ searches.

Click to open the De-Mainstream popup next to your browser url then select what channels you want to hide.

Navigate to YouTube.com, type in a search and the channels that you have selected to hide will not display in your search results.

You can now right click on a YouTube™ in a search page and select "Block" or "Unblock" to add your own custom channels to the block list.

For more information: https://demainstream.com                    

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

नाम De-Mainstream YouTube™ De-Mainstream YouTube™
ID dkcdmdpcapjlaoioeenamjdanpeehjan
आधिकारिक URL https://chromewebstore.google.com/detail/de-mainstream-youtube/dkcdmdpcapjlaoioeenamjdanpeehjan
विवरण Fixes the YouTube™ algorithm to remove mainstream media results from searches.
फ़ाइल का आकार 868 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2020-03-28
प्रकाशन तिथि 2020-03-28
रेटिंग 4.20/5 कुल 148 रेटिंग्स
डेवलपर https://demainstream.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://demainstream.com
सहायता पृष्ठ URL https://demainstream.com#faq
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "De-Mainstream YouTube\u2122",
    "short_name": "De-Mainstream",
    "description": "Fixes the YouTube\u2122 algorithm to remove mainstream media results from searches.",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.demainstream.com",
    "incognito": "spanning",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/icons\/[email protected]",
        "32": "img\/icons\/[email protected]",
        "48": "img\/icons\/[email protected]",
        "128": "img\/icons\/[email protected]"
    },
    "browser_action": {
        "default_title": "De-Mainstream",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "https:\/\/*.youtube.com\/",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube\/youtube.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    }
}