Steam Popularity Filter
Gives the ability to filter search results based on popularity of games.
Steam Popularity Filter란 무엇입니까?
Steam Popularity Filter은(는) Necroblight에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives the ability to filter search results based on popularity of games."입니다.
확장 프로그램 스크린샷
Steam Popularity Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |