SteamRateHelper
明显的显示steam搜索结果和评分
什么是SteamRateHelper?
SteamRateHelper是由kokdemo开发的Chrome扩展程序,该扩展的主要功能是“明显的显示steam搜索结果和评分”。
扩展截图
下载SteamRateHelper扩展crx文件
下载SteamRateHelper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        颜色标签的逻辑: 
好评率递减
深绿> 浅绿 > 嫩绿 > 橙色 > 红色
少于500人评测的游戏没有标签。                     扩展基本信息
| 名称 |   |  
| ID | nkcgbdhdhemogijhmajgfngdbhifopjc | 
| 官方URL | https://chromewebstore.google.com/detail/steamratehelper/nkcgbdhdhemogijhmajgfngdbhifopjc | 
| 简介 | 明显的显示steam搜索结果和评分 | 
| 文件大小 | 41.87 KB | 
| 安装次数 | 26 | 
| 当前版本 | 0.1 | 
| 更新时间 | 2017-12-11 | 
| 上架时间 | 2017-12-11 | 
| 开发者 | kokdemo | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/kokdemo/SteamRateHelper | 
| 支持的语言 | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SteamRateHelper",
    "version": "0.1",
    "manifest_version": 2,
    "description": "\u660e\u663e\u7684\u663e\u793asteam\u641c\u7d22\u7ed3\u679c\u548c\u8bc4\u5206",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/store.steampowered.com\/",
                "*:\/\/store.steampowered.com\/tag\/*",
                "*:\/\/store.steampowered.com\/search\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/main.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_start"
        }
    ]
}  |  |