Donkhouse HUD
Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…
Qu'est-ce que Donkhouse HUD ?
Donkhouse HUD est une extension Chrome développée par Unrealduck Studios, et sa fonction principale est "Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Donkhouse HUD
Téléchargez les fichiers d'extension Donkhouse HUD 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
Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this extension useful please consider donating to the project: PayPal: https://paypal.me/UnrealDuck Bitcoin: 1Gy8GQhvDBka6Sx1DwFPo1bh9Bs6gbZEEB Venmo: @ethleb Check the help page in the extension popup for more info. This project is open source! https://github.com/EthanLebowitz/DonkhouseHUD This software does not facilitate gambling, as there is no way to use real money on donkhouse.
Informations de Base sur l'Extension
Nom | Donkhouse HUD |
ID | kpekjglolgfjobcgpgnoiihdpfhndaco |
URL Officiel | https://chromewebstore.google.com/detail/donkhouse-hud/kpekjglolgfjobcgpgnoiihdpfhndaco |
Description | Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this… |
Taille du Fichier | 241 KB |
Nombre d'Installations | 141 |
Version Actuelle | 0.9.5 |
Dernière Mise à Jour | 2021-07-29 |
Date de Publication | 2020-09-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Unrealduck Studios |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donkhouse HUD", "version": "0.9.5", "permissions": [ "storage" ], "content_security_policy": "default-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/donkhouse.com\/group\/*\/*" ], "js": [ "thirdParty\/jquery.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html" } } |