YouTube to Piped.video Redirector
Redirects from YouTube to Piped.video using the video's ID
Co to jest YouTube to Piped.video Redirector?
YouTube to Piped.video Redirector to rozszerzenie Chrome opracowane przez lloydbanks, a jego główną funkcją jest „Redirects from YouTube to Piped.video using the video's ID”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube to Piped.video Redirector
Pobierz pliki rozszerzeń YouTube to Piped.video Redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Redirects from YouTube to Piped.video using the video's ID
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube to Piped.video Redirector |
ID | nikbbopfmmjejmgkaapcipbcdogkpgac |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac |
Opis | Redirects from YouTube to Piped.video using the video's ID |
Rozmiar pliku | 102 KB |
Liczba instalacji | 104 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-10-24 |
Data Publikacji | 2023-10-23 |
Deweloper | lloydbanks |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/dmitry-js/youtube-piped.video-redirector |
Obsługiwane Języki | 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" } } |