PlugGrab

PlugGrab is a Chrome Extension for plug.dj

PlugGrabคืออะไร?

PlugGrab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KoDusk.XYZ และคุณลักษณะหลักของมันคือ "PlugGrab is a Chrome Extension for plug.dj"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlugGrab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}