HTnini
Use hattrick players avatars to create your best albums!
What is HTnini?
HTnini is a Chrome extension developed by Telesphore, and its main feature is "Use hattrick players avatars to create your best albums!".
Extension Screenshots
Download HTnini Extension CRX File
Download HTnini 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
You have an album with several pages and need to stick players, trainer and HoF on it to get points. Get new cards everyday and share your albums with friends! Have fun with this Hattrick CHPP app :)
Extension Basic Information
Name | HTnini |
ID | nenflolfcmpfejdelljajnleghondpoa |
Official URL | https://chromewebstore.google.com/detail/htnini/nenflolfcmpfejdelljajnleghondpoa |
Description | Use hattrick players avatars to create your best albums! |
File Size | 7.66 MB |
Installation Count | 900 |
Current Version | 2.17 |
Last Updated | 2024-02-20 |
Publish Date | 2020-06-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Telesphore |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTnini", "version": "2.17", "description": "Use hattrick players avatars to create your best albums!", "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_title": "HTnini - Create albums with Hattrick players avatars" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.hattrick.org\/*", "*:\/\/htnini.eu\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "htnini.css", "foils\/*", "payment.js" ], "matches": [ "http:\/\/*.hattrick.org\/*", "https:\/\/*.hattrick.org\/*" ] } ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/htnini.eu\/*" ], "js": [ "site.js" ] }, { "matches": [ "http:\/\/*.hattrick.org\/*", "https:\/\/*.hattrick.org\/*" ], "js": [ "jquery.min.js", "purify.min.js", "moment.min.js", "moment-timezone.min.js", "html2canvas.min.js", "jspdf.umd.min.js", "wheel.min.js", "tweenmax.min.js", "tourguide.min.js", "interact.min.js", "base64.js", "queue.js", "i18n.js", "anniversary.js", "htplayers.js", "albums.js", "seasons.js", "cards.js", "changelog.js", "rules.js", "marketplace.js", "shop.js", "records.js", "barter.js", "finance.js", "settings.js", "achievement.js", "goldenticket.js", "silverticket.js", "artifact.js", "rewards.js", "christmas.js", "foils.js", "store.js", "battle.js", "htnini.js" ] } ] } |