De-Mainstream YouTube™
Fixes the YouTube™ algorithm to remove mainstream media results from searches.
Was ist De-Mainstream YouTube™?
De-Mainstream YouTube™ ist eine Chrome-Erweiterung, die von https://demainstream.com entwickelt wurde, und ihr Hauptmerkmal ist "Fixes the YouTube™ algorithm to remove mainstream media results from searches.".
Erweiterungsscreenshots
De-Mainstream YouTube™-Erweiterungs-CRX-Datei herunterladen
Laden Sie De-Mainstream YouTube™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dkcdmdpcapjlaoioeenamjdanpeehjan |
| Offizielle URL | https://chromewebstore.google.com/detail/de-mainstream-youtube/dkcdmdpcapjlaoioeenamjdanpeehjan |
| Beschreibung | Fixes the YouTube™ algorithm to remove mainstream media results from searches. |
| Dateigröße | 868 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2020-03-28 |
| Veröffentlichungsdatum | 2020-03-28 |
| Bewertung | 4.20/5 Insgesamt 148 Bewertungen |
| Entwickler | https://demainstream.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://demainstream.com |
| Hilfeseite URL | https://demainstream.com#faq |
| Unterstützte Sprachen | 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
}
} | |