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