Danni's Hattrick Helper
Tools for the Hattrick Browser Game
What is Danni's Hattrick Helper?
Danni's Hattrick Helper is a Chrome extension developed by Danni-san, and its main feature is "Tools for the Hattrick Browser Game".
Extension Screenshots
Download Danni's Hattrick Helper Extension CRX File
Download Danni's Hattrick Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Danni's Hattrick Helper |
ID | plbbjbnbhfpbehghfehknldehegdcbjg |
Official URL | https://chromewebstore.google.com/detail/dannis-hattrick-helper/plbbjbnbhfpbehghfehknldehegdcbjg |
Description | Tools for the Hattrick Browser Game |
File Size | 7.47 MB |
Installation Count | 1,000 |
Current Version | 6.0.5 |
Last Updated | 2023-11-17 |
Publish Date | 2021-09-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Danni-san |
[email protected] | |
Payment Type | free |
Extension Website | https://www.dhth.net |
Privacy Policy Page URL | https://dhth.net/datenschutz.html |
Supported Languages | 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]" } } } |