Donkhouse HUD
Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…
Cos'è Donkhouse HUD?
Donkhouse HUD è un'estensione di Chrome sviluppata da Unrealduck Studios, e la sua funzione principale è "Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Donkhouse HUD
Scarica i file di estensione Donkhouse HUD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Donkhouse HUD |
ID | kpekjglolgfjobcgpgnoiihdpfhndaco |
URL Ufficiale | https://chromewebstore.google.com/detail/donkhouse-hud/kpekjglolgfjobcgpgnoiihdpfhndaco |
Descrizione | Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this… |
Dimensione del File | 241 KB |
Conteggio Installazioni | 141 |
Versione Corrente | 0.9.5 |
Ultimo Aggiornamento | 2021-07-29 |
Data di Pubblicazione | 2020-09-23 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Unrealduck Studios |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |