Danni's Hattrick Helper

Tools for the Hattrick Browser Game

什麼是Danni's Hattrick Helper?

Danni's Hattrick Helper是由Danni-san開發的Chrome擴展程式,該擴展的主要功能是“Tools for the Hattrick Browser Game”。

擴展截圖

screenshot
screenshot
screenshot

下載Danni's Hattrick Helper擴展crx文件

下載Danni's Hattrick Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Mehrere Tools für das Hattrick Browsergame hattrick.org:
-CEO Bild ändern
-Kommentator ändern
-Getränke spendieren
-Simulator in Aufstellungsseite
-deutsch, english, francais, espaniol, japanese                    

擴展基本資訊

名稱 Danni's Hattrick Helper Danni's Hattrick Helper
ID plbbjbnbhfpbehghfehknldehegdcbjg
官方網址 https://chromewebstore.google.com/detail/dannis-hattrick-helper/plbbjbnbhfpbehghfehknldehegdcbjg
簡介 Tools for the Hattrick Browser Game
檔案大小 7.47 MB
安裝次數 1,000
目前版本 6.0.5
更新時間 2023-11-17
上架時間 2021-09-14
評分 5.00/5 共 2 次評分
開發者 Danni-san
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.dhth.net
隱私政策頁面URL https://dhth.net/datenschutz.html
支援的語言 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Danni's Hattrick Helper",
    "version": "6.0.5",
    "description": "Tools for the Hattrick Browser Game",
    "icons": {
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "images\/*",
                "modules\/commentary\/images\/hh-chan\/*.png",
                "modules\/*\/images\/*.png",
                "translation\/*.json",
                "modules\/gender\/gender.json"
            ],
            "matches": [
                "https:\/\/*.hattrick.org\/*",
                "https:\/\/dhth.net\/*"
            ]
        }
    ],
    "content_security_policy": {
        "pages": [
            "options.html",
            "modules\/*\/html\/*.html"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/dhth.net\/*",
        "https:\/\/www.dhth.net\/*",
        "https:\/\/*.hattrick.org\/*",
        "https:\/\/dhth.net\/auth\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hattrick.org\/*",
                "https:\/\/dhth.net\/auth\/*"
            ],
            "js": [
                "js\/jquery-3.7.1.min.js",
                "js\/functions.js",
                "js\/options.js",
                "js\/scripts.js",
                "modules\/ceo\/js\/ceo.js",
                "modules\/beer\/js\/beer.js",
                "modules\/simulator\/js\/simulator.js",
                "modules\/simulator\/js\/simulatorX.js"
            ],
            "css": [
                "css\/styles.css",
                "modules\/ceo\/ceo.css",
                "modules\/simulator\/css\/simulator_luck_o_meter.css",
                "modules\/simulator\/css\/lineup.css"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}