HTnini

Use hattrick players avatars to create your best albums!

Wat is HTnini?

HTnini is een Chrome-extensie ontwikkeld door Telesphore, en de belangrijkste functie is "Use hattrick players avatars to create your best albums!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HTnini

Download HTnini-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 :)                    

Basisinformatie over de Extensie

Naam HTnini HTnini
ID nenflolfcmpfejdelljajnleghondpoa
Officiële URL https://chromewebstore.google.com/detail/htnini/nenflolfcmpfejdelljajnleghondpoa
Beschrijving Use hattrick players avatars to create your best albums!
Bestandsgrootte 7.66 MB
Aantal Installaties 900
Huidige Versie 2.17
Laatst Bijgewerkt 2024-02-20
Publicatiedatum 2020-06-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Telesphore
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}