Donkhouse HUD

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

Was ist Donkhouse HUD?

Donkhouse HUD ist eine Chrome-Erweiterung, die von Unrealduck Studios entwickelt wurde, und ihr Hauptmerkmal ist "Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…".

Erweiterungsscreenshots

screenshot

Donkhouse HUD-Erweiterungs-CRX-Datei herunterladen

Laden Sie Donkhouse HUD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Donkhouse HUD Donkhouse HUD
ID kpekjglolgfjobcgpgnoiihdpfhndaco
Offizielle URL https://chromewebstore.google.com/detail/donkhouse-hud/kpekjglolgfjobcgpgnoiihdpfhndaco
Beschreibung Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…
Dateigröße 241 KB
Installationsanzahl 141
Aktuelle Version 0.9.5
Letztes Update 2021-07-29
Veröffentlichungsdatum 2020-09-23
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Unrealduck Studios
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}