HT Studies
Carry out studies for Hattrick online game
什麼是HT Studies?
HT Studies是由PiGo開發的Chrome擴展程式,該擴展的主要功能是“Carry out studies for Hattrick online game”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | ipoggboabbhcfhlpdfkkaoflfikjijgm | 
| 官方網址 | 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\/*"
    ]
}  |  |