Monopoly Deal Online Plus
Enhances the Monopoly Deal Online experience (on http://beve75.altervista.org/monopoly).
Qu'est-ce que Monopoly Deal Online Plus ?
Monopoly Deal Online Plus est une extension Chrome développée par Shazz, et sa fonction principale est "Enhances the Monopoly Deal Online experience (on http://beve75.altervista.org/monopoly).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Monopoly Deal Online Plus
Téléchargez les fichiers d'extension Monopoly Deal Online Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | omneonbfgmjmgmihdgicnipfkmcefhhg |
URL Officiel | https://chromewebstore.google.com/detail/monopoly-deal-online-plus/omneonbfgmjmgmihdgicnipfkmcefhhg |
Description | Enhances the Monopoly Deal Online experience (on http://beve75.altervista.org/monopoly). |
Taille du Fichier | 76.8 KB |
Nombre d'Installations | 1,053 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-02-02 |
Date de Publication | 2017-02-02 |
Évaluation | 2.44/5 Total 16 Évaluations |
Développeur | Shazz |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |