Hide Youtube Reccomendations

Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work

Hide Youtube Reccomendationsとは何ですか?

Hide Youtube Reccomendationsはhttps://hasan-naser.comによって開発されたChromeの拡張機能で、その主な機能は「Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work」です。

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

screenshot
screenshot
screenshot

Hide Youtube Reccomendations拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A browser extension help you to focus in your work by removing YouTube recommended sidebar, user comments, homepage related videos feed,
hide youtube feeds
hide youtube recommended videos 
hide notification                    

拡張機能の基本情報

名前 Hide Youtube Reccomendations Hide Youtube Reccomendations
ID kehfeffkkeikicjiehddmbmabmakfdff
公式URL https://chromewebstore.google.com/detail/hide-youtube-reccomendati/kehfeffkkeikicjiehddmbmabmakfdff
説明 Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work
ファイルサイズ 7.56 KB
インストール数 215
現在のバージョン 1.2
最終更新日 2023-05-01
公開日 2020-12-21
評価 3.67/5 合計 3 レビュー
開発者 https://hasan-naser.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Youtube Reccomendations",
    "version": "1.2",
    "description": "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work",
    "manifest_version": 3,
    "incognito": "split",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}