YouTube Recommendation Blocker

[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section

YouTube Recommendation Blockerとは何ですか?

YouTube Recommendation BlockerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section」です。

拡張機能のスクリーンショット

screenshot
screenshot

YouTube Recommendation Blocker拡張機能のCRXファイルをダウンロード

YouTube Recommendation Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is a super light weight YouTube recommendations and comments blocker. 

Stability not guaranteed! 

Video recommendations on the front page and on the side of the player will be hidden, as well as the comments section.

It hides the content rather than outright removing it, ensuring that nothing breaks in the site's internal workings.

The extension will only request permissions for YouTube, and has no background scripts.

Yo @graphic designers please fix my graphics make a pull request on the git repo

The Github repo is here: https://github.com/Fishy-Fishes/yt-blocker                    

拡張機能の基本情報

名前 YouTube Recommendation Blocker YouTube Recommendation Blocker
ID aklbieaecfoidlgjmiipikpgmhbcjoja
公式URL https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja
説明 [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
ファイルサイズ 3.56 KB
インストール数 1,412
現在のバージョン 2.1
最終更新日 2021-10-18
公開日 2021-10-18
評価 4.75/5 合計 4 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Fishy-Fishes/yt-blocker
ヘルプページのURL https://github.com/Fishy-Fishes/yt-blocker
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Recommendation Blocker",
    "description": "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section",
    "version": "2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "injection.js"
            ],
            "run_at": "document_start"
        }
    ]
}