Plug.dj YouTube Import Redirector
Redirect YouTube import request with correct parameters on plug.dj
Что такое Plug.dj YouTube Import Redirector?
Plug.dj YouTube Import Redirector - это расширение Chrome, разработанное Unknown, и его основная функция - "Redirect YouTube import request with correct parameters on plug.dj".
Снимки экрана расширения
Скачать файл CRX расширения Plug.dj YouTube Import Redirector
Скачайте файлы расширений Plug.dj YouTube Import Redirector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Plug.dj YouTube Import Redirector |
ID | fbhkbgkkhaghlpocmliddkkdklpfphhc |
Официальный URL | https://chromewebstore.google.com/detail/plugdj-youtube-import-red/fbhkbgkkhaghlpocmliddkkdklpfphhc |
Описание | Redirect YouTube import request with correct parameters on plug.dj |
Размер файла | 21.74 KB |
Количество установок | 36 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2020-06-01 |
Дата публикации | 2020-05-31 |
Разработчик | Unknown |
Тип оплаты | free |
URL страницы помощи | https://git.io/Jf6io |
Поддерживаемые языки | 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\/*" ] } |