Monopoly Deal Online Plus

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

什么是Monopoly Deal Online Plus?

Monopoly Deal Online Plus是由Shazz开发的Chrome扩展程序,该扩展的主要功能是“Enhances the Monopoly Deal Online experience (on http://beve75.altervista.org/monopoly).”。

扩展截图

screenshot

下载Monopoly Deal Online Plus扩展crx文件

下载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"
            ]
        }
    ]
}