De-Mainstream YouTube™

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

Τι είναι το De-Mainstream YouTube™;

Το De-Mainstream YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://demainstream.com, και η κύρια λειτουργία του είναι "Fixes the YouTube™ algorithm to remove mainstream media results from searches.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης De-Mainstream YouTube™

Λήψη αρχείων επέκτασης De-Mainstream YouTube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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