YouTube Shorts to Standard Videos
Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
YouTube Shorts to Standard Videosとは何ですか?
YouTube Shorts to Standard Videosはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.」です。
拡張機能のスクリーンショット
YouTube Shorts to Standard Videos拡張機能のCRXファイルをダウンロード
YouTube Shorts to Standard Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Watch YouTube Shorts videos as standard/normal YouTube videos. Click the toolbar button or press the keyboard command Alt + v, while watching any Short. Visit our homepage for detailed usage guide and more information. Extension by BrowserNative. Not created by or affiliated with YouTube/Google.
拡張機能の基本情報
名前 | YouTube Shorts to Standard Videos |
ID | bmgdhdgcebmaakenhhmlmogpjmdjkmgb |
公式URL | https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb |
説明 | Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs. |
ファイルサイズ | 7.39 KB |
インストール数 | 261 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-11-28 |
公開日 | 2023-05-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://browsernative.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsernative.com/youtube-shorts-to-standard-videos/ |
ヘルプページのURL | https://browsernative.com/youtube-shorts-to-standard-videos/ |
プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sw.js" }, "action": { "default_icon": "icon-128.png", "default_title": "YouTube Shorts to Standard Videos" }, "description": "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.", "icons": { "128": "icon-128.png" }, "manifest_version": 3, "name": "YouTube Shorts to Standard Videos", "short_name": "Shorts to Standard", "version": "1.0.0", "minimum_chrome_version": "100", "permissions": [ "declarativeContent" ], "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+V" }, "description": "Switch to normal video URL" } }, "homepage_url": "https:\/\/browsernative.com\/youtube-shorts-to-standard-videos\/" } |