Steam enhancer
Steam web page enhancements
什么是Steam enhancer?
Steam enhancer是由Chris Elioglou开发的Chrome扩展程序,该扩展的主要功能是“Steam web page enhancements”。
扩展截图
下载Steam enhancer扩展crx文件
下载Steam enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Steam extension that enhances your steam page browsing experience.
Features included in version 1.0.0:
- Date filters added to: /account/licenses/ page 扩展基本信息
| 名称 | |
| ID | bbeiicdpkjjnklkakpjefchmeojiabap |
| 官方URL | https://chromewebstore.google.com/detail/steam-enhancer/bbeiicdpkjjnklkakpjefchmeojiabap |
| 简介 | Steam web page enhancements |
| 文件大小 | 6.59 KB |
| 安装次数 | 46 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-04-03 |
| 上架时间 | 2023-04-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Chris Elioglou |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Steam enhancer",
"version": "1.0.0",
"author": "Chris Elioglou",
"description": "Steam web page enhancements",
"content_scripts": [
{
"css": [
".\/app.css"
],
"js": [
".\/app.js"
],
"run_at": "document_idle",
"matches": [
"https:\/\/store.steampowered.com\/account\/*"
]
}
],
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |