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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |