SteamRateHelper
明显的显示steam搜索结果和评分
What is SteamRateHelper?
SteamRateHelper is a Chrome extension developed by kokdemo, and its main feature is "明显的显示steam搜索结果和评分".
Extension Screenshots
Download SteamRateHelper Extension CRX File
Download SteamRateHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
颜色标签的逻辑: 好评率递减 深绿> 浅绿 > 嫩绿 > 橙色 > 红色 少于500人评测的游戏没有标签。
Extension Basic Information
Name | SteamRateHelper |
ID | nkcgbdhdhemogijhmajgfngdbhifopjc |
Official URL | https://chromewebstore.google.com/detail/steamratehelper/nkcgbdhdhemogijhmajgfngdbhifopjc |
Description | 明显的显示steam搜索结果和评分 |
File Size | 41.87 KB |
Installation Count | 26 |
Current Version | 0.1 |
Last Updated | 2017-12-11 |
Publish Date | 2017-12-11 |
Developer | kokdemo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kokdemo/SteamRateHelper |
Supported Languages | 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" } ] } |