Danni's Hattrick Helper

Tools for the Hattrick Browser Game

Danni's Hattrick Helper क्या है?

Danni's Hattrick Helper Danni-san द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools for the Hattrick Browser Game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Danni's Hattrick Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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
ईमेल [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]"
        }
    }
}