YouTube Longs
Redirects tabs opening a YouTube short to open the proper video.
YouTube Longsとは何ですか?
YouTube LongsはDeathbetrayによって開発されたChromeの拡張機能で、その主な機能は「Redirects tabs opening a YouTube short to open the proper video.」です。
拡張機能のスクリーンショット
YouTube Longs拡張機能のCRXファイルをダウンロード
YouTube Longs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage.
拡張機能の基本情報
名前 | YouTube Longs |
ID | hgohjdcdlbnpmnopkigclphedadbnlel |
公式URL | https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel |
説明 | Redirects tabs opening a YouTube short to open the proper video. |
ファイルサイズ | 17.86 KB |
インストール数 | 59 |
現在のバージョン | 1.1 |
最終更新日 | 2022-06-05 |
公開日 | 2022-06-04 |
開発者 | Deathbetray |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Longs", "description": "Redirects tabs opening a YouTube short to open the proper video.", "version": "1.1", "author": "Deathbetray", "manifest_version": 3, "background": { "service_worker": "youTubeLongs.js" }, "permissions": [ "tabs" ], "icons": { "16": "\/images\/youTubeLongs-logo-16.png", "32": "\/images\/youTubeLongs-logo-32.png", "48": "\/images\/youTubeLongs-logo-48.png", "128": "\/images\/youTubeLongs-logo-128.png" }, "action": { "default_icon": { "16": "\/images\/youTubeLongs-logo-16.png", "32": "\/images\/youTubeLongs-logo-32.png", "48": "\/images\/youTubeLongs-logo-48.png", "128": "\/images\/youTubeLongs-logo-128.png" }, "default_title": "YouTube Longs", "default_popup": "popup.html" } } |