Steam Price Comparison - Unpowered edition
Displays prices from all regions in the Steam store and convert them to your local currency
Steam Price Comparison - Unpowered edition란 무엇입니까?
Steam Price Comparison - Unpowered edition은(는) http://kinddragon.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays prices from all regions in the Steam store and convert them to your local currency"입니다.
확장 프로그램 스크린샷
Steam Price Comparison - Unpowered edition 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: * Works on DLCs * Works on discounts * Converts prices to your local currency * Support Russian, CIS, Brazilian, Japan, Indonesia, Malaysia, Philippines, Singapore, Thailand, Canada, Korea, Mexico, Norway and Turkey prices and latest Steam store changes * Has colors When viewing a game in the Steam store the script will modify the page so that prices are displayed in all 15 currencies. (USD, GBP, EUR, RUB, BRL, JPY, IDR, MYR, PHP, SGD, THB, CAD, MXN, NOK and TRY). Extension based on script from Steam Unpowered http://steamunpowered.eu/comparison-script-steam-unpowered-edition/
확장 프로그램 기본 정보
이름 | |
ID | dehbnkdmimeibnpbelfcjlahgjpleobb |
공식 URL | https://chrome.google.com/webstore/detail/steam-price-comparison-un/dehbnkdmimeibnpbelfcjlahgjpleobb |
설명 | Displays prices from all regions in the Steam store and convert them to your local currency |
파일 크기 | 27.2 KB |
설치 횟수 | 2,276 |
현재 버전 | 2.5.0 |
최근 업데이트 | 2014-11-16 |
출시 날짜 | 2014-11-16 |
평점 | 3.76/5 총 46 개의 평점 |
개발자 | http://kinddragon.blogspot.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://greasyfork.org/scripts/3618-steam-price-comparison-unpowered-edition |
도움말 페이지 URL | https://greasyfork.org/scripts/3618-steam-price-comparison-unpowered-edition/feedback |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http:\/\/store.steampowered.com\/app\/*", "https:\/\/store.steampowered.com\/app\/*", "http:\/\/store.steampowered.com\/sub\/*", "https:\/\/store.steampowered.com\/sub\/*", "http:\/\/store.steampowered.com\/sale\/*", "https:\/\/store.steampowered.com\/sale\/*" ], "js": [ "CompareSteamPrices.user.js" ], "matches": [ "http:\/\/store.steampowered.com\/app\/*", "http:\/\/store.steampowered.com\/sub\/*", "http:\/\/store.steampowered.com\/sale\/*", "https:\/\/store.steampowered.com\/app\/*", "https:\/\/store.steampowered.com\/sub\/*", "https:\/\/store.steampowered.com\/sale\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "name": "Steam Price Comparison - Unpowered edition", "short_name": "Steam Price Comparison", "version": "2.5.0", "manifest_version": 2, "description": "Displays prices from all regions in the Steam store and convert them to your local currency", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/greasyfork.org\/scripts\/3618-steam-price-comparison-unpowered-edition", "permissions": [] } |