HTnini

Use hattrick players avatars to create your best albums!

HTnini क्या है?

HTnini Telesphore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use hattrick players avatars to create your best albums!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTnini एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम HTnini HTnini
ID nenflolfcmpfejdelljajnleghondpoa
आधिकारिक URL https://chromewebstore.google.com/detail/htnini/nenflolfcmpfejdelljajnleghondpoa
विवरण Use hattrick players avatars to create your best albums!
फ़ाइल का आकार 7.66 MB
स्थापना संख्या 900
वर्तमान संस्करण 2.17
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2020-06-22
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Telesphore
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}