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
官方網址 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
電子郵箱 [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"
        }
    ]
}