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開發的Chrome擴展程式,該擴展的主要功能是“Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…”。
擴展截圖
下載Donkhouse HUD擴展crx文件
下載Donkhouse HUD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |