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."입니다.

확장 프로그램 스크린샷

screenshot

De-Mainstream YouTube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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