YouTube to Piped.video Redirector
Redirects from YouTube to Piped.video using the video's ID
YouTube to Piped.video Redirectorとは何ですか?
YouTube to Piped.video Redirectorはlloydbanksによって開発されたChromeの拡張機能で、その主な機能は「Redirects from YouTube to Piped.video using the video's ID」です。
拡張機能のスクリーンショット
YouTube to Piped.video Redirector拡張機能のCRXファイルをダウンロード
YouTube to Piped.video Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirects from YouTube to Piped.video using the video's ID
拡張機能の基本情報
名前 | YouTube to Piped.video Redirector |
ID | nikbbopfmmjejmgkaapcipbcdogkpgac |
公式URL | https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac |
説明 | Redirects from YouTube to Piped.video using the video's ID |
ファイルサイズ | 102 KB |
インストール数 | 104 |
現在のバージョン | 1.0 |
最終更新日 | 2023-10-24 |
公開日 | 2023-10-23 |
開発者 | lloydbanks |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/dmitry-js/youtube-piped.video-redirector |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube to Piped.video Redirector", "version": "1.0", "description": "Redirects from YouTube to Piped.video using the video's ID", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |