HTnini

Use hattrick players avatars to create your best albums!

什么是HTnini?

HTnini是由Telesphore开发的Chrome扩展程序,该扩展的主要功能是“Use hattrick players avatars to create your best albums!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载HTnini扩展crx文件

下载HTnini扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}