YouTube to Piped.video Redirector
Redirects from YouTube to Piped.video using the video's ID
Apa itu YouTube to Piped.video Redirector?
YouTube to Piped.video Redirector adalah ekstensi Chrome yang dikembangkan oleh lloydbanks, dan fitur utamanya adalah "Redirects from YouTube to Piped.video using the video's ID".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube to Piped.video Redirector
Unduh file ekstensi YouTube to Piped.video Redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Redirects from YouTube to Piped.video using the video's ID
Informasi Dasar Ekstensi
Nama | YouTube to Piped.video Redirector |
ID | nikbbopfmmjejmgkaapcipbcdogkpgac |
URL Resmi | https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac |
Deskripsi | Redirects from YouTube to Piped.video using the video's ID |
Ukuran File | 102 KB |
Jumlah Instalasi | 104 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-10-24 |
Tanggal Publikasi | 2023-10-23 |
Pengembang | lloydbanks |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/dmitry-js/youtube-piped.video-redirector |
Bahasa yang Didukung | 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" } } |