Tiermaker Layout Fixer
Fixes Tiermaker's garbage default layout
什么是Tiermaker Layout Fixer?
Tiermaker Layout Fixer是由Xyvyrianeth开发的Chrome扩展程序,该扩展的主要功能是“Fixes Tiermaker's garbage default layout”。
扩展截图
下载Tiermaker Layout Fixer扩展crx文件
下载Tiermaker Layout Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fixes Tiermaker's garbage default layout and puts the tierlist and the untiered items side-by-side instead of one above the other and you can scroll through them independently.
Tierlist-to-untiered ratio may be subject to change, probably too much untiered and not enough tierlist. 扩展基本信息
| 名称 | |
| ID | igoolpbbfifplmcpnpdgeglfbbkajljo |
| 官方URL | https://chromewebstore.google.com/detail/tiermaker-layout-fixer/igoolpbbfifplmcpnpdgeglfbbkajljo |
| 简介 | Fixes Tiermaker's garbage default layout |
| 文件大小 | 19.58 KB |
| 安装次数 | 32 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-02-01 |
| 上架时间 | 2023-01-28 |
| 评分 | 2.00/5 共2次评分 |
| 开发者 | Xyvyrianeth |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tiermaker Layout Fixer",
"short_name": "TLF",
"description": "Fixes Tiermaker's garbage default layout",
"version": "1.1",
"icons": {
"48": "icons\/48.png",
"96": "icons\/96.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"*:\/\/tiermaker.com\/create\/*",
"*:\/\/tiermaker.com\/create-xy\/*"
],
"run_at": "document_end"
}
],
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "{c1a4bf69-913e-4e4f-9a95-2f8d5f9ad494}"
}
}
} | |