Plug Stats

This extension adds a stats panel for recent plays in plug.dj

Plug Statsคืออะไร?

Plug Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย callahanrts และคุณลักษณะหลักของมันคือ "This extension adds a stats panel for recent plays in plug.dj"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Plug Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Plug Stats adds a panel to https://plug.dj that will display general statistics for the past 50 tracks played as well as every track played afterwards.

Sort by woot, meh, or grab to get the insight you're looking for.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Plug Stats Plug Stats
ID hkchjfpmpnamjjmideglanbidbhiglhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj
คำอธิบาย This extension adds a stats panel for recent plays in plug.dj
ขนาดไฟล์ 46.33 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-11-03
วันที่เผยแพร่ 2016-11-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา callahanrts
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plug Stats",
    "description": "This extension adds a stats panel for recent plays in plug.dj",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "js": [
                "injector.js"
            ],
            "css": [
                "css\/plug.css"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "css\/*.css",
        "*.js",
        "*.html"
    ]
}