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