iPlug BETA

The most sexy plug.dj extension!

iPlug BETAคืออะไร?

iPlug BETA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย L0laapk3 และคุณลักษณะหลักของมันคือ "The most sexy plug.dj extension!"

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

screenshot
screenshot
screenshot

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

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

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

                        Thanks CookieMichal for everything!

SOME THINGS INCLUDED WITH THIS EXTENSION
-Desktop notifications
-Multiplaylist autoswitcher
-Fullscreen youtube video's :)
-Automeh remember
-Plug portrait mode
-Images in chat
-Youtube in chat
-Enlarge images & videos
-Autowoot (advanced)
-Autojoin
-Custom backgrounds
-Hide join, curate buttons
-Hide audience & dj
-More custom backgrounds
-List who mehed and grabbed
-Much, much more :)                    

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

ชื่อ iPlug BETA iPlug BETA
ID bjjnmnajlmcemhnncfpfglodcegahcpg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/iplug-beta/bjjnmnajlmcemhnncfpfglodcegahcpg
คำอธิบาย The most sexy plug.dj extension!
ขนาดไฟล์ 727 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.9.9.102
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.59/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา L0laapk3
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iPlug BETA",
    "short_name": "iPlug",
    "author": "L0laapk3 & CookieMichal",
    "version": "0.9.9.102",
    "manifest_version": 2,
    "description": "The most sexy plug.dj extension!",
    "icons": {
        "256": "images\/Chrome\/icon256.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/plug.dj\/*"
        ],
        "exclude_matches": [
            "*:\/\/plug.dj\/communities\/",
            "*:\/\/plug.dj\/about",
            "*:\/\/plug.dj\/terms",
            "*:\/\/plug.dj\/privacy"
        ]
    },
    "web_accessible_resources": [
        "images\/iplug-button.png",
        "javascripts\/iplug\/*",
        "javascripts\/iplug\/modifications\/*",
        "javascripts\/iplug\/utils\/*",
        "javascripts\/iplug\/visualizations\/*",
        "javascripts\/iplug\/visualizations\/style1\/*",
        "javascripts\/iplug\/visualizations\/style2\/*",
        "javascripts\/*",
        "images\/chosen\/chosen-sprite.png",
        "images\/chosen\/[email protected]",
        "images\/Plug\/dev.png",
        "images\/Plug\/icon256.png",
        "images\/Plug\/plug.png",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/communities\/",
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ],
            "js": [
                "javascripts\/iPlug.js"
            ],
            "css": [
                "css\/iPlug.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "javascripts\/iPlugBG.js"
        ]
    }
}