Danni's Hattrick Helper
Tools for the Hattrick Browser Game
Danni's Hattrick Helper là gì?
Danni's Hattrick Helper là một tiện ích mở rộng Chrome được phát triển bởi Danni-san, và tính năng chính của nó là "Tools for the Hattrick Browser Game".
Ả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 Danni's Hattrick Helper
Tải xuống các tệp mở rộng Danni's Hattrick Helper 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
Mehrere Tools für das Hattrick Browsergame hattrick.org: -CEO Bild ändern -Kommentator ändern -Getränke spendieren -Simulator in Aufstellungsseite -deutsch, english, francais, espaniol, japanese
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Danni's Hattrick Helper |
ID | plbbjbnbhfpbehghfehknldehegdcbjg |
URL Chính Thức | https://chromewebstore.google.com/detail/dannis-hattrick-helper/plbbjbnbhfpbehghfehknldehegdcbjg |
Mô tả | Tools for the Hattrick Browser Game |
Kích Thước Tệp | 7.47 MB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 6.0.5 |
Cập Nhật Lần Cuối | 2023-11-17 |
Ngày Phát Hành | 2021-09-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Danni-san |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dhth.net |
URL Trang Chính Sách Bảo Mật | https://dhth.net/datenschutz.html |
Ngôn Ngữ Được Hỗ Trợ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Danni's Hattrick Helper", "version": "6.0.5", "description": "Tools for the Hattrick Browser Game", "icons": { "128": "images\/icon128.png" }, "options_ui": { "page": "options.html" }, "web_accessible_resources": [ { "resources": [ "*.html", "images\/*", "modules\/commentary\/images\/hh-chan\/*.png", "modules\/*\/images\/*.png", "translation\/*.json", "modules\/gender\/gender.json" ], "matches": [ "https:\/\/*.hattrick.org\/*", "https:\/\/dhth.net\/*" ] } ], "content_security_policy": { "pages": [ "options.html", "modules\/*\/html\/*.html" ] }, "options_page": "options.html", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/dhth.net\/*", "https:\/\/www.dhth.net\/*", "https:\/\/*.hattrick.org\/*", "https:\/\/dhth.net\/auth\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.hattrick.org\/*", "https:\/\/dhth.net\/auth\/*" ], "js": [ "js\/jquery-3.7.1.min.js", "js\/functions.js", "js\/options.js", "js\/scripts.js", "modules\/ceo\/js\/ceo.js", "modules\/beer\/js\/beer.js", "modules\/simulator\/js\/simulator.js", "modules\/simulator\/js\/simulatorX.js" ], "css": [ "css\/styles.css", "modules\/ceo\/ceo.css", "modules\/simulator\/css\/simulator_luck_o_meter.css", "modules\/simulator\/css\/lineup.css" ] } ], "applications": { "gecko": { "id": "[email protected]" } } } |