Plug-It Extension

Easily load Plug-It or any script for Plug.dj.

Plug-It Extensionคืออะไร?

Plug-It Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wibla.free.fr และคุณลักษณะหลักของมันคือ "Easily load Plug-It or any script for Plug.dj."

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

screenshot
screenshot
screenshot

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

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

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

                        Changelog :
1.9.2 Loader working with re-design
1.9.1 Fixed first script link position in options.
1.9 New super awesome icons, Hide maintenance video option.
1.8.1 Fixed textarea width, exclude /team and /jobs
1.8 Options page revisited, on/off option for each script.
1.7 Multi-line URL input for custom scripts
1.6.2 New icons, load multi-scrips by using comas in custom URL.
1.6.1 Updated Script URL and icons sizes
1.6 Added possibility for custom script to be loaded aside Plug-It.
1.5 Settings to enable/disable the script/reload plug if down.
1.4 Removed unnecessary jQuery (improve loading time).
1.3 Compatible with stg.plug.dj.
1.2 Refresh every minute if plug is down.
1.1 Compatible with the new loader.

For extra details about the script itself, please refer to :
https://github.com/Plug-It/pi                    

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

ชื่อ Plug-It Extension Plug-It Extension
ID bikeoipagmbnkipclndbmfkjdcljocej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plug-it-extension/bikeoipagmbnkipclndbmfkjdcljocej
คำอธิบาย Easily load Plug-It or any script for Plug.dj.
ขนาดไฟล์ 13.47 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 1.9.2
อัปเดตครั้งล่าสุด 2018-05-09
วันที่เผยแพร่ 2018-05-09
คะแนน 4.89/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://wibla.free.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Plug-It/extension
URL หน้าช่วยเหลือ https://github.com/Plug-It/extension/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Plug-It Extension",
    "short_name": "PIE",
    "description": "Easily load Plug-It or any script for Plug.dj.",
    "version": "1.9.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Plug-It Extension",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.plug.dj\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.plug.dj\/_\/*",
                "*:\/\/*.plug.dj\/@\/*",
                "*:\/\/*.plug.dj\/!\/*",
                "*:\/\/*.plug.dj\/about",
                "*:\/\/*.plug.dj\/ba",
                "*:\/\/*.plug.dj\/forgot-password",
                "*:\/\/*.plug.dj\/founders",
                "*:\/\/*.plug.dj\/giftsub\/*",
                "*:\/\/*.plug.dj\/jobs",
                "*:\/\/*.plug.dj\/legal",
                "*:\/\/*.plug.dj\/merch",
                "*:\/\/*.plug.dj\/partners",
                "*:\/\/*.plug.dj\/plot",
                "*:\/\/*.plug.dj\/privacy",
                "*:\/\/*.plug.dj\/purchase",
                "*:\/\/*.plug.dj\/subscribe",
                "*:\/\/*.plug.dj\/team",
                "*:\/\/*.plug.dj\/terms",
                "*:\/\/*.plug.dj\/press"
            ],
            "js": [
                "loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.plug.dj\/*",
        "storage"
    ],
    "icons": {
        "19": "icon.png",
        "128": "icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApJfh1R4NU3CjtnmIoYUnKiu+e+gERdkUeOYiRbLWf2rnvI\/fFIl8ajKFd39C6WXQ8nrqhjRi572+KSy2S+QVvHRZbK2ZyUjgOZaYzNX5Z+4wLmECxvoMi+EjMl+Cy6ROIqUIar5OdqQhwBLtxrZ9\/\/Wo5qgAuBIqxiMu1Akw+qxzwzHE28ota+vTiIdmB8eXphjrCnaBBcpVeJWYolIPvfF3fDbH3+tRDZRER+sPkthM6\/YHQRNhKUjThV80bRREweNzTlnYFz6QdIvObMZnSesBKwcEr3r0oDjR01FQ3Zh6hghwJUyO06W\/ZGdpuaKDzAKVhtS+9QNCGGP78ynLowIDAQAB"
}