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 擴展基本資訊
| 名稱 | |
| ID | dkcdmdpcapjlaoioeenamjdanpeehjan |
| 官方網址 | 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
}
} | |