Danni's Hattrick Helper
Tools for the Hattrick Browser Game
Cos'è Danni's Hattrick Helper?
Danni's Hattrick Helper è un'estensione di Chrome sviluppata da Danni-san, e la sua funzione principale è "Tools for the Hattrick Browser Game".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Danni's Hattrick Helper
Scarica i file di estensione Danni's Hattrick Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | plbbjbnbhfpbehghfehknldehegdcbjg | 
| URL Ufficiale | https://chromewebstore.google.com/detail/dannis-hattrick-helper/plbbjbnbhfpbehghfehknldehegdcbjg | 
| Descrizione | Tools for the Hattrick Browser Game | 
| Dimensione del File | 7.47 MB | 
| Conteggio Installazioni | 1,000 | 
| Versione Corrente | 6.0.5 | 
| Ultimo Aggiornamento | 2023-11-17 | 
| Data di Pubblicazione | 2021-09-14 | 
| Valutazione | 5.00/5 Totale 2 Valutazioni | 
| Sviluppatore | Danni-san | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.dhth.net | 
| URL della Pagina della Politica sulla Privacy | https://dhth.net/datenschutz.html | 
| Lingue Supportate | 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]"
        }
    }
}  |  |