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).」です。
拡張機能のスクリーンショット
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]
拡張機能の基本情報
名前 | |
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" ] } ] } |