Danni's Hattrick Helper
Tools for the Hattrick Browser Game
Danni's Hattrick Helperคืออะไร?
Danni's Hattrick Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danni-san และคุณลักษณะหลักของมันคือ "Tools for the Hattrick Browser Game"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Danni's Hattrick Helper
ดาวน์โหลดไฟล์ส่วนขยาย Danni's Hattrick Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Danni's Hattrick Helper |
ID | plbbjbnbhfpbehghfehknldehegdcbjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dannis-hattrick-helper/plbbjbnbhfpbehghfehknldehegdcbjg |
คำอธิบาย | Tools for the Hattrick Browser Game |
ขนาดไฟล์ | 7.47 MB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 6.0.5 |
อัปเดตครั้งล่าสุด | 2023-11-17 |
วันที่เผยแพร่ | 2021-09-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Danni-san |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.dhth.net |
URL หน้านโยบายความเป็นส่วนตัว | https://dhth.net/datenschutz.html |
ภาษาที่รองรับ | 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]" } } } |