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
电子邮箱 [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"
}