PlugGrab

PlugGrab is a Chrome Extension for plug.dj

PlugGrabとは何ですか?

PlugGrabはKoDusk.XYZによって開発されたChromeの拡張機能で、その主な機能は「PlugGrab is a Chrome Extension for plug.dj」です。

拡張機能のスクリーンショット

screenshot

PlugGrab拡張機能のCRXファイルをダウンロード

PlugGrab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        PlugGrab is a simple plugin that allows plug.dj users to download a MP3 of the current song that's playing. this works by opening a new tab to a YouTube to MP3 downloader making the process of grabbing songs you like quicker and easier.

you might have to allow plug.dj in your pop-up blocker.

features:
 - Grab Current Song
 - Autowoot

more features to come...                    

拡張機能の基本情報

名前 PlugGrab PlugGrab
ID lgbjoilbdkgdmifajehloemelajofefo
公式URL https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo
説明 PlugGrab is a Chrome Extension for plug.dj
ファイルサイズ 41.86 KB
インストール数 71
現在のバージョン 1.0.0
最終更新日 2017-07-23
公開日 2017-07-23
評価 3.00/5 合計 3 レビュー
開発者 KoDusk.XYZ
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.kodusk.xyz/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlugGrab",
    "short_name": "PlugGrab",
    "description": "PlugGrab is a Chrome Extension for plug.dj",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.plug.dj\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ],
            "js": [
                "jquery.js",
                "loader.js"
            ],
            "run_at": "document_end"
        }
    ]
}