HT Studies

Carry out studies for Hattrick online game

HT Studies क्या है?

HT Studies PiGo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Carry out studies for Hattrick online game"।

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

screenshot
screenshot

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

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

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

                        Add a section to the hattrick.org online game website, allowing logged-in users to view current statistical studies about the game, and to subscribe to studies of their choice.                    

एक्सटेंशन की मूल जानकारी

नाम HT Studies HT Studies
ID ipoggboabbhcfhlpdfkkaoflfikjijgm
आधिकारिक URL https://chromewebstore.google.com/detail/ht-studies/ipoggboabbhcfhlpdfkkaoflfikjijgm
विवरण Carry out studies for Hattrick online game
फ़ाइल का आकार 359 KB
स्थापना संख्या 90
वर्तमान संस्करण 0.1.10
अंतिम अपडेट 2022-03-01
प्रकाशन तिथि 2022-01-11
डेवलपर PiGo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://htstudies.alwaysdata.net
गोपनीयता नीति पृष्ठ URL https://htstudies.alwaysdata.net/privacy
समर्थित भाषाएँ de,en,fr,tr,es,it,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HT Studies",
    "version": "0.1.10",
    "author": "Pierre Gobin",
    "default_locale": "en",
    "homepage_url": "https:\/\/htstudies.alwaysdata.net",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "96": "images\/logo-96.png",
        "128": "images\/logo-128.png",
        "256": "images\/logo-256.png",
        "512": "images\/logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hattrick.org\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "handlebars.min.js",
                "ht_studies.js"
            ],
            "css": [
                "ht_studies.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "templates\/sidebar.html",
        "templates\/main.html",
        "images\/icons\/download_data.svg"
    ],
    "permissions": [
        "https:\/\/htstudies.alwaysdata.net\/*"
    ]
}