Plug.dj YouTube Import Redirector

Redirect YouTube import request with correct parameters on plug.dj

Wat is Plug.dj YouTube Import Redirector?

Plug.dj YouTube Import Redirector is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Redirect YouTube import request with correct parameters on plug.dj".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Plug.dj YouTube Import Redirector

Download Plug.dj YouTube Import Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Plug.dj YouTube Import Redirector Plug.dj YouTube Import Redirector
ID fbhkbgkkhaghlpocmliddkkdklpfphhc
Officiële URL https://chromewebstore.google.com/detail/plugdj-youtube-import-red/fbhkbgkkhaghlpocmliddkkdklpfphhc
Beschrijving Redirect YouTube import request with correct parameters on plug.dj
Bestandsgrootte 21.74 KB
Aantal Installaties 36
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-06-01
Publicatiedatum 2020-05-31
Ontwikkelaar Unknown
Betalingswijze free
Help Pagina-URL https://git.io/Jf6io
Ondersteunde Talen 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\/*"
    ]
}