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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays prices from all regions in the Steam store and convert them to your local currency"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Steam Price Comparison - Unpowered edition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/                    

एक्सटेंशन की मूल जानकारी

नाम Steam Price Comparison - Unpowered edition Steam Price Comparison - 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": []
}