Plug.dj YouTube Import Redirector
Redirect YouTube import request with correct parameters on plug.dj
What is Plug.dj YouTube Import Redirector?
Plug.dj YouTube Import Redirector is a Chrome extension developed by Unknown, and its main feature is "Redirect YouTube import request with correct parameters on plug.dj".
Extension Screenshots
Download Plug.dj YouTube Import Redirector Extension CRX File
Download Plug.dj YouTube Import Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Plug.dj YouTube Import Redirector |
ID | fbhkbgkkhaghlpocmliddkkdklpfphhc |
Official URL | https://chromewebstore.google.com/detail/plugdj-youtube-import-red/fbhkbgkkhaghlpocmliddkkdklpfphhc |
Description | Redirect YouTube import request with correct parameters on plug.dj |
File Size | 21.74 KB |
Installation Count | 36 |
Current Version | 0.0.1 |
Last Updated | 2020-06-01 |
Publish Date | 2020-05-31 |
Developer | Unknown |
Payment Type | free |
Help Page URL | https://git.io/Jf6io |
Supported Languages | 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\/*" ] } |