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
官方網址 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
電子郵箱 [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"
}