Shorts to Normal player

Redirects youtube shorts to Normal Player

Shorts to Normal playerとは何ですか?

Shorts to Normal playerはhttps://nemiruku.comによって開発されたChromeの拡張機能で、その主な機能は「Redirects youtube shorts to Normal Player」です。

拡張機能のスクリーンショット

screenshot

Shorts to Normal player拡張機能のCRXファイルをダウンロード

Shorts to Normal player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Display YouTube short videos as normal videos.

When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●●                    

拡張機能の基本情報

名前 Shorts to Normal player Shorts to Normal player
ID cmhmepchidgajcngdkpdchbdboheihgi
公式URL https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi
説明 Redirects youtube shorts to Normal Player
ファイルサイズ 13.34 KB
インストール数 6,402
現在のバージョン 1.0.3
最終更新日 2023-09-29
公開日 2022-06-04
評価 4.87/5 合計 38 レビュー
開発者 https://nemiruku.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nemiruku.com/soft/sty.html
ヘルプページのURL https://nemiruku.com/info/mail.html
プライバシーポリシーページのURL https://nemiruku.com/soft/readme.html
対応言語 ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Shorts to Normal player",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}