Donkhouse HUD
Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…
Donkhouse HUD क्या है?
Donkhouse HUD Unrealduck Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Donkhouse HUD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Donkhouse HUD |
ID | kpekjglolgfjobcgpgnoiihdpfhndaco |
आधिकारिक URL | https://chromewebstore.google.com/detail/donkhouse-hud/kpekjglolgfjobcgpgnoiihdpfhndaco |
विवरण | Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this… |
फ़ाइल का आकार | 241 KB |
स्थापना संख्या | 141 |
वर्तमान संस्करण | 0.9.5 |
अंतिम अपडेट | 2021-07-29 |
प्रकाशन तिथि | 2020-09-23 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Unrealduck Studios |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |