Youtube Shorts Plus

Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube

Youtube Shorts Plusとは何ですか?

Youtube Shorts Plusはochenghによって開発されたChromeの拡張機能で、その主な機能は「Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube」です。

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

screenshot

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

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

拡張機能の使用方法

                        You can hide/show/change to video mode for all the Shorts on Youtube                    

拡張機能の基本情報

名前 Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
公式URL https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
説明 Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
ファイルサイズ 65.33 KB
インストール数 76
現在のバージョン 2.0
最終更新日 2023-02-22
公開日 2023-02-17
評価 5.00/5 合計 1 レビュー
開発者 ochengh
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "manifest_version": 3,
    "name": "Youtube Shorts Plus",
    "version": "2.0",
    "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/third\/jquery.min.js",
                "blocker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/image\/16x16.png",
        "32": "\/image\/32x32.png",
        "48": "\/image\/48x48.png",
        "128": "\/image\/128x128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/image\/16x16.png",
            "32": "\/image\/32x32.png",
            "48": "\/image\/48x48.png",
            "128": "\/image\/128x128.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}