SteamRateHelper

明显的显示steam搜索结果和评分

SteamRateHelper란 무엇입니까?

SteamRateHelper은(는) kokdemo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "明显的显示steam搜索结果和评分"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SteamRateHelper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        颜色标签的逻辑: 
好评率递减

深绿> 浅绿 > 嫩绿 > 橙色 > 红色


少于500人评测的游戏没有标签。                    

확장 프로그램 기본 정보

이름 SteamRateHelper SteamRateHelper
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"
        }
    ]
}