Youtube Shorts Forward

Redirect Youtube shorts to normal player, so that user can use forward/backward option.

Youtube Shorts Forwardとは何ですか?

Youtube Shorts Forwardはabhisheksainideveloperによって開発されたChromeの拡張機能で、その主な機能は「Redirect Youtube shorts to normal player, so that user can use forward/backward option.」です。

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

screenshot
screenshot

Youtube Shorts Forward拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension will redirects Youtube shorts to Normal Player.
This allows users to use functionality like forward, backward for Youtube shorts video too.                    

拡張機能の基本情報

名前 Youtube Shorts Forward Youtube Shorts Forward
ID kkejpehmjnaiggfhgdlgjlbnbdbbmkmm
公式URL https://chromewebstore.google.com/detail/youtube-shorts-forward/kkejpehmjnaiggfhgdlgjlbnbdbbmkmm
説明 Redirect Youtube shorts to normal player, so that user can use forward/backward option.
ファイルサイズ 3.2 KB
インストール数 86
現在のバージョン 1.0
最終更新日 2023-04-18
公開日 2023-04-02
評価 5.00/5 合計 5 レビュー
開発者 abhisheksainideveloper
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts Forward",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Redirect Youtube shorts to normal player, so that user can use forward\/backward option.",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "content.js"
    }
}