Danni's Hattrick Helper
Tools for the Hattrick Browser Game
什么是Danni's Hattrick Helper?
Danni's Hattrick Helper是由Danni-san开发的Chrome扩展程序,该扩展的主要功能是“Tools for the Hattrick Browser Game”。
扩展截图
下载Danni's Hattrick Helper扩展crx文件
下载Danni's Hattrick Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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]"
}
}
} | |