Plug.dj YouTube Import Redirector
Redirect YouTube import request with correct parameters on plug.dj
Co to jest Plug.dj YouTube Import Redirector?
Plug.dj YouTube Import Redirector to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Redirect YouTube import request with correct parameters on plug.dj”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Plug.dj YouTube Import Redirector
Pobierz pliki rozszerzeń Plug.dj YouTube Import 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
This extension fixes the issues plug.dj has with importing from YouTube. With this extension activated you should be able to import as expected. It uses a redirect to pass the proper params to the YouTube api before the request is sent.
Podstawowe informacje o rozszerzeniu
Nazwa | Plug.dj YouTube Import Redirector |
ID | fbhkbgkkhaghlpocmliddkkdklpfphhc |
Oficjalny URL | https://chromewebstore.google.com/detail/plugdj-youtube-import-red/fbhkbgkkhaghlpocmliddkkdklpfphhc |
Opis | Redirect YouTube import request with correct parameters on plug.dj |
Rozmiar pliku | 21.74 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2020-06-01 |
Data Publikacji | 2020-05-31 |
Deweloper | Unknown |
Typ Płatności | free |
Adres URL Strony Pomocy | https://git.io/Jf6io |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plug.dj YouTube Import Redirector", "description": "Redirect YouTube import request with correct parameters on plug.dj", "version": "0.0.1", "icons": { "16": "rsrc\/icon-16px.png", "48": "rsrc\/icon-48px.png", "128": "rsrc\/icon-128px.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/content.googleapis.com\/youtube\/*" ] } |