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
官方網址 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\/*"
    ]
}