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」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |   |  
| ID | plbbjbnbhfpbehghfehknldehegdcbjg | 
| 公式URL | 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 | 
| Eメール | [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]"
        }
    }
}  |  |