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
官方網址 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"
}