SteamRateHelper

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

SteamRateHelperคืออะไร?

SteamRateHelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kokdemo และคุณลักษณะหลักของมันคือ "明显的显示steam搜索结果和评分"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SteamRateHelper

ดาวน์โหลดไฟล์ส่วนขยาย SteamRateHelper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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


少于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"
        }
    ]
}