YouTube Longener
Convert youtube shorts to regular videos
YouTube Longenerとは何ですか?
YouTube Longenerはo.khandxbによって開発されたChromeの拡張機能で、その主な機能は「Convert youtube shorts to regular videos」です。
拡張機能のスクリーンショット
YouTube Longener拡張機能のCRXファイルをダウンロード
YouTube Longener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTube shorts have no controls (to rewind, fast-forward, or change the volume). On a PC, there's no reason for us not to have these basic functions. Youtube Longener takes a short and redirects you automatically to the regular video version.
拡張機能の基本情報
名前 | YouTube Longener |
ID | cpmkeokkddifaceigmhijfchhcmapfgh |
公式URL | https://chromewebstore.google.com/detail/youtube-longener/cpmkeokkddifaceigmhijfchhcmapfgh |
説明 | Convert youtube shorts to regular videos |
ファイルサイズ | 5.66 KB |
インストール数 | 162 |
現在のバージョン | 0.0.1 |
最終更新日 | 2023-05-16 |
公開日 | 2023-05-16 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | o.khandxb |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/lowsound42/youtubeLongener/tree/main |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Longener", "description": "Convert youtube shorts to regular videos", "version": "0.0.1", "permissions": [ "tabs" ], "action": { "default_popup": "longener.html", "default_icon": { "16": "Y-s.png", "32": "Y-m.png" } }, "icons": { "16": "Y-s.png", "32": "Y-m.png" } } |