Steam Popularity Filter
Gives the ability to filter search results based on popularity of games.
Steam Popularity Filterคืออะไร?
Steam Popularity Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Necroblight และคุณลักษณะหลักของมันคือ "Gives the ability to filter search results based on popularity of games."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Popularity Filter
ดาวน์โหลดไฟล์ส่วนขยาย Steam Popularity Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that makes browsing Steam's bloated store much easier, by filtering games based on their popularity relative to their price. In addition, this extension adds a shortcut to steam key activation page, in the user drop-down menu, and lets you activate several keys at the same time, and even lets you extract and activate those keys from a block of text, which allows you yo activate whole bundles in a single copy-paste.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Steam Popularity Filter |
ID | icflgpakhkkjeaefoedcbdbahmjopbdc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steam-popularity-filter/icflgpakhkkjeaefoedcbdbahmjopbdc |
คำอธิบาย | Gives the ability to filter search results based on popularity of games. |
ขนาดไฟล์ | 7.11 KB |
จำนวนการติดตั้ง | 629 |
เวอร์ชันปัจจุบัน | 12 |
อัปเดตครั้งล่าสุด | 2018-06-21 |
วันที่เผยแพร่ | 2018-06-21 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Necroblight |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Popularity Filter", "version": "12", "description": "Gives the ability to filter search results based on popularity of games.", "content_scripts": [ { "js": [ "popularity_filter.js" ], "css": [ "popularity_filter.css" ], "matches": [ "http:\/\/store.steampowered.com\/search\/*", "https:\/\/store.steampowered.com\/search\/*" ] }, { "js": [ "batch_activator.js" ], "matches": [ "https:\/\/store.steampowered.com\/account\/registerkey" ] }, { "js": [ "general.js" ], "matches": [ "http:\/\/store.steampowered.com\/*" ] }, { "js": [ "general.js" ], "matches": [ "https:\/\/store.steampowered.com\/*" ] } ] } |