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
Eメール [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"
}