Donkhouse HUD

Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…

Hvad er Donkhouse HUD?

Donkhouse HUD er en Chrome-udvidelse udviklet af Unrealduck Studios, og dens hovedfunktion er "Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…".

Udvidelsesskærmbilleder

screenshot

Download Donkhouse HUD-udvidelses-CRX-fil

Download Donkhouse HUD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Donkhouse HUD Donkhouse HUD
ID kpekjglolgfjobcgpgnoiihdpfhndaco
Officiel URL https://chromewebstore.google.com/detail/donkhouse-hud/kpekjglolgfjobcgpgnoiihdpfhndaco
Beskrivelse Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…
Filstørrelse 241 KB
Antal Installationer 141
Nuværende Version 0.9.5
Senest Opdateret 2021-07-29
Udgivelsesdato 2020-09-23
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Unrealduck Studios
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}