PlugGrab

PlugGrab is a Chrome Extension for plug.dj

PlugGrab là gì?

PlugGrab là một tiện ích mở rộng Chrome được phát triển bởi KoDusk.XYZ, và tính năng chính của nó là "PlugGrab is a Chrome Extension for plug.dj".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PlugGrab

Tải xuống các tệp mở rộng PlugGrab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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...                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PlugGrab PlugGrab
ID lgbjoilbdkgdmifajehloemelajofefo
URL Chính Thức https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo
Mô tả PlugGrab is a Chrome Extension for plug.dj
Kích Thước Tệp 41.86 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-07-23
Ngày Phát Hành 2017-07-23
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển KoDusk.XYZ
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.kodusk.xyz/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}