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 là gì?

Steam Price Comparison - Unpowered edition là một tiện ích mở rộng Chrome được phát triển bởi http://kinddragon.blogspot.com, và tính năng chính của nó là "Displays prices from all regions in the Steam store and convert them to your local currency".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Price Comparison - Unpowered edition

Tải xuống các tệp mở rộng Steam Price Comparison - Unpowered edition dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Price Comparison - Unpowered edition Steam Price Comparison - Unpowered edition
ID dehbnkdmimeibnpbelfcjlahgjpleobb
URL Chính Thức https://chrome.google.com/webstore/detail/steam-price-comparison-un/dehbnkdmimeibnpbelfcjlahgjpleobb
Mô tả Displays prices from all regions in the Steam store and convert them to your local currency
Kích Thước Tệp 27.2 KB
Số Lần Cài Đặt 2,276
Phiên Bản Hiện Tại 2.5.0
Cập Nhật Lần Cuối 2014-11-16
Ngày Phát Hành 2014-11-16
Đánh Giá 3.76/5 Tổng số 46 Đánh Giá
Nhà Phát Triển http://kinddragon.blogspot.com
Loại Thanh Toán free
Trang Web Mở Rộng https://greasyfork.org/scripts/3618-steam-price-comparison-unpowered-edition
URL Trang Trợ Giúp https://greasyfork.org/scripts/3618-steam-price-comparison-unpowered-edition/feedback
Ngôn Ngữ Được Hỗ Trợ 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": []
}