HT Studies

Carry out studies for Hattrick online game

HT Studiesとは何ですか?

HT StudiesはPiGoによって開発されたChromeの拡張機能で、その主な機能は「Carry out studies for Hattrick online game」です。

拡張機能のスクリーンショット

screenshot
screenshot

HT Studies拡張機能のCRXファイルをダウンロード

HT Studies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}