Donkhouse HUD
Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…
Donkhouse HUD là gì?
Donkhouse HUD là một tiện ích mở rộng Chrome được phát triển bởi Unrealduck Studios, và tính năng chính của nó là "Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Donkhouse HUD
Tải xuống các tệp mở rộng Donkhouse HUD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Donkhouse HUD |
ID | kpekjglolgfjobcgpgnoiihdpfhndaco |
URL Chính Thức | https://chromewebstore.google.com/detail/donkhouse-hud/kpekjglolgfjobcgpgnoiihdpfhndaco |
Mô tả | Heads-Up Display and hand history storage for donkhouse.com. Please report bugs to [email protected]. If you find this… |
Kích Thước Tệp | 241 KB |
Số Lần Cài Đặt | 141 |
Phiên Bản Hiện Tại | 0.9.5 |
Cập Nhật Lần Cuối | 2021-07-29 |
Ngày Phát Hành | 2020-09-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Unrealduck Studios |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |