Monopoly Deal Online Plus

Enhances the Monopoly Deal Online experience (on http://beve75.altervista.org/monopoly).

Monopoly Deal Online Plusคืออะไร?

Monopoly Deal Online Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shazz และคุณลักษณะหลักของมันคือ "Enhances the Monopoly Deal Online experience (on http://beve75.altervista.org/monopoly)."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Monopoly Deal Online Plus

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

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

                        Features include:
* Fixed layout
* Clean background
* Card preview on hover
* Desktop notifications (when it's your turn or an action is pending) [can be disabled]                    

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

ชื่อ Monopoly Deal Online Plus Monopoly Deal Online Plus
ID omneonbfgmjmgmihdgicnipfkmcefhhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/monopoly-deal-online-plus/omneonbfgmjmgmihdgicnipfkmcefhhg
คำอธิบาย Enhances the Monopoly Deal Online experience (on http://beve75.altervista.org/monopoly).
ขนาดไฟล์ 76.8 KB
จำนวนการติดตั้ง 1,053
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-02-02
วันที่เผยแพร่ 2017-02-02
คะแนน 2.44/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Shazz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monopoly Deal Online Plus",
    "short_name": "MonopolyDeal+",
    "version": "1.2",
    "description": "Enhances the Monopoly Deal Online experience (on http:\/\/beve75.altervista.org\/monopoly).",
    "author": "Shazz",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/beve75.altervista.org\/monopoly\/play.php*"
            ],
            "run_at": "document_start",
            "css": [
                "play_page.css"
            ],
            "js": [
                "jquery.min.js",
                "play_page.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/beve75.altervista.org\/monopoly\/history.php*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.min.js",
                "history_page.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/beve75.altervista.org\/monopoly\/play2.php*"
            ],
            "run_at": "document_start",
            "css": [
                "play2_page.css"
            ]
        }
    ]
}