SteamRateHelper
明显的显示steam搜索结果和评分
Cos'è SteamRateHelper?
SteamRateHelper è un'estensione di Chrome sviluppata da kokdemo, e la sua funzione principale è "明显的显示steam搜索结果和评分".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SteamRateHelper
Scarica i file di estensione SteamRateHelper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
颜色标签的逻辑:
好评率递减
深绿> 浅绿 > 嫩绿 > 橙色 > 红色
少于500人评测的游戏没有标签。 Informazioni di Base sull'Estensione
| Nome | |
| ID | nkcgbdhdhemogijhmajgfngdbhifopjc |
| URL Ufficiale | https://chromewebstore.google.com/detail/steamratehelper/nkcgbdhdhemogijhmajgfngdbhifopjc |
| Descrizione | 明显的显示steam搜索结果和评分 |
| Dimensione del File | 41.87 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2017-12-11 |
| Data di Pubblicazione | 2017-12-11 |
| Sviluppatore | kokdemo |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/kokdemo/SteamRateHelper |
| Lingue Supportate | 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"
}
]
} | |