Youtube Shorts to normal Youtube Video
Just transform Youtube Shorts link to a normal video link
Youtube Shorts to normal Youtube Videoとは何ですか?
Youtube Shorts to normal Youtube Videoは4clem4によって開発されたChromeの拡張機能で、その主な機能は「Just transform Youtube Shorts link to a normal video link」です。
拡張機能のスクリーンショット
Youtube Shorts to normal Youtube Video拡張機能のCRXファイルをダウンロード
Youtube Shorts to normal Youtube Video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).
拡張機能の基本情報
名前 | Youtube Shorts to normal Youtube Video |
ID | cjehamalccdemkfpiidlbgacminjjkop |
公式URL | https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop |
説明 | Just transform Youtube Shorts link to a normal video link |
ファイルサイズ | 11.31 KB |
インストール数 | 10 |
現在のバージョン | 1.0 |
最終更新日 | 2023-04-10 |
公開日 | 2023-04-10 |
開発者 | 4clem4 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Shorts to normal Youtube Video", "version": "1.0", "manifest_version": 3, "description": "Just transform Youtube Shorts link to a normal video link", "action": [], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_watch.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ] } |