Disable YouTube Shorts ON OFF

Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos

什么是Disable YouTube Shorts ON OFF?

Disable YouTube Shorts ON OFF是由Youtube Short ON OFF开发的Chrome扩展程序,该扩展的主要功能是“Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos”。

扩展截图

screenshot

下载Disable YouTube Shorts ON OFF扩展crx文件

下载Disable YouTube Shorts ON OFF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        YouTube Shorts ON OFF
Removes all Shorts from YouTube
The YouTube shorts video should be played just like any other video.
Playing YouTube Shorts videos on a standard Video is possible using an extension.
YouTube Shorts ON OFF YouTube Shorts to Standard Videos
YouTube Shorts ON OFF is now enabled by default                    

扩展基本信息

名称 Disable YouTube Shorts ON OFF Disable YouTube Shorts ON OFF
ID pkiligjbdajidpjlikchpofgfjhgecdp
官方URL https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp
简介 Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
文件大小 66.11 KB
安装次数 42
当前版本 3.0.2
更新时间 2024-01-10
上架时间 2023-11-21
评分 5.00/5 共1次评分
开发者 Youtube Short ON OFF
电子邮箱 [email protected]
付费类型 free
支持的语言 en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.0.2",
    "default_locale": "en_US",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "Disable YouTube Shorts ON OFF"
    },
    "commands": {
        "_execute_action": {
            "description": "Switch to normal video URL",
            "suggested_key": {
                "default": "Alt+V"
            }
        }
    },
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "Youtube Shorts"
}