SmodooPlug

Want to customize literally everything on Plug.dj? This is your extension!

SmodooPlugคืออะไร?

SmodooPlug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smodoopa และคุณลักษณะหลักของมันคือ "Want to customize literally everything on Plug.dj? This is your extension!"

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

screenshot
screenshot
screenshot

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

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

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

                        An enhanced Plug.dj experience!

Includes:

•Auto Woot/Auto Join.
•Custom UI/Chat colors.
•Deleting your own messages (bouncer+).
•Double-click to reply.
•No-Video Mode.
•Custom AFK message.
•No-Video Mode.
•Chat Notifications + Colors.
•Wait Time.
•Custom community backgrounds.
•Shrub Mode.
•Many, many other useful features.                    

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

ชื่อ SmodooPlug SmodooPlug
ID anjbdjgioehijdpfoldaeabbjnmojjag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smodooplug/anjbdjgioehijdpfoldaeabbjnmojjag
คำอธิบาย Want to customize literally everything on Plug.dj? This is your extension!
ขนาดไฟล์ 23.36 MB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.960.9
อัปเดตครั้งล่าสุด 2016-06-17
วันที่เผยแพร่ 2016-06-17
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา smodoopa
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.plug.dj/
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/spectrum.css",
                "js\/nanoscroll\/nanoscroller.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/spectrum.js",
                "js\/nanoscroll\/jquery.nanoscroller.js",
                "js\/fetch.js"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ],
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/stats.g.doubleclick.net; object-src 'self';",
    "description": "Want to customize literally everything on Plug.dj? This is your extension!",
    "icons": {
        "128": "images\/SPlogo_128.png",
        "16": "images\/SPlogo_16.png",
        "48": "images\/SPlogo_48.png"
    },
    "manifest_version": 2,
    "name": "SmodooPlug",
    "short_name": "smodooplug",
    "permissions": [
        "*:\/\/*plug.dj\/*",
        "http:\/\/plug.myuplay.com\/*",
        "storage",
        "notifications",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.960.9",
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/spectrum.js",
        "css\/spectrum.css",
        "manifest.json",
        "js\/nanoscroll\/jquery.nanoscroller.js",
        "js\/nanoscroll\/jquery.nanoscroller.js.map",
        "js\/nanoscroll\/nanoscroller.css",
        "js\/fetch.js",
        "css\/style.css",
        "js\/main.js",
        "Backgrounds\/cyber.png",
        "Backgrounds\/default.jpg",
        "Backgrounds\/abandon.png",
        "Backgrounds\/castle.png",
        "Backgrounds\/fairy.png",
        "Backgrounds\/haunted.png",
        "Backgrounds\/matrix.png",
        "Backgrounds\/ruins.png",
        "Backgrounds\/tasty.jpg",
        "images\/icoes.png",
        "Backgrounds\/halloween.jpg",
        "images\/shurb_large.png",
        "images\/shurb.png",
        "images\/iconsmega.png",
        "images\/plugasset.png"
    ]
}