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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Redirect YouTube import request with correct parameters on plug.dj”。

扩展截图

screenshot

下载Plug.dj YouTube Import Redirector扩展crx文件

下载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 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\/*"
    ]
}