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
电子邮箱 [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"
        }
    ]
}