De-Mainstream YouTube™
Fixes the YouTube™ algorithm to remove mainstream media results from searches.
De-Mainstream YouTube™とは何ですか?
De-Mainstream YouTube™はhttps://demainstream.comによって開発されたChromeの拡張機能で、その主な機能は「Fixes the YouTube™ algorithm to remove mainstream media results from searches.」です。
拡張機能のスクリーンショット
De-Mainstream YouTube™拡張機能のCRXファイルをダウンロード
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™ |
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 |
Eメール | [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 } } |