HTnini

Use hattrick players avatars to create your best albums!

HTniniคืออะไร?

HTnini เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Telesphore และคุณลักษณะหลักของมันคือ "Use hattrick players avatars to create your best albums!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTnini

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}