HTnini

Use hattrick players avatars to create your best albums!

Cos'è HTnini?

HTnini è un'estensione di Chrome sviluppata da Telesphore, e la sua funzione principale è "Use hattrick players avatars to create your best albums!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HTnini

Scarica i file di estensione HTnini in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HTnini HTnini
ID nenflolfcmpfejdelljajnleghondpoa
URL Ufficiale https://chromewebstore.google.com/detail/htnini/nenflolfcmpfejdelljajnleghondpoa
Descrizione Use hattrick players avatars to create your best albums!
Dimensione del File 7.66 MB
Conteggio Installazioni 900
Versione Corrente 2.17
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2020-06-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Telesphore
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}