Steam All Region Price Checker

Enables the user display all the regional costs of a Steam game simultaneously

Steam All Region Price Checker क्या है?

Steam All Region Price Checker https://www.steamregionalprices.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables the user display all the regional costs of a Steam game simultaneously"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Steam All Region Price Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is not an official Steam/Valve product. All trademarks are property of their respective owners.

Most people are aware that Steam games have different prices for different regions. Steam All Region Price Checker is a Chrome Extension that enables you to instantly compare prices for a Steam game across most regions simultaneously without having to leave the current page.

Using the Chrome Extension is as easy as pie. Simply install the extension and it will take care of the rest. Alternatively you can manually use it for:

1. Current Page: Visit any Steam game url and right click somewhere blank on the page and click "Look up current page". 

2. Target URL: Right click on any hyperlink directed towards a steam game and click "Look up prices for..."

For more information, support and to see the most popular searches view the website here: http://www.steamregionalprices.com/

~~~Latest Update~~~
- Now works over HTTPS                    

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

नाम Steam All Region Price Checker Steam All Region Price Checker
ID mopoebekmlkmahpfjjgibkbnciooimhn
आधिकारिक URL https://chromewebstore.google.com/detail/steam-all-region-price-ch/mopoebekmlkmahpfjjgibkbnciooimhn
विवरण Enables the user display all the regional costs of a Steam game simultaneously
फ़ाइल का आकार 81.99 KB
स्थापना संख्या 4,973
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2020-10-05
प्रकाशन तिथि 2018-07-29
रेटिंग 3.82/5 कुल 39 रेटिंग्स
डेवलपर https://www.steamregionalprices.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.steamregionalprices.com/
सहायता पृष्ठ URL http://www.steamregionalprices.com/support.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam All Region Price Checker",
    "version": "2.0.3",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.steamregionalprices.com\/",
    "description": "Enables the user display all the regional costs of a Steam game simultaneously",
    "background": {
        "scripts": [
            "js\/jquery-1.7.1.min.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "*:\/\/store.steampowered.com\/*",
        "*:\/\/steamregionalprices.com\/*",
        "*:\/\/*.steamregionalprices.com\/"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/*",
                "*:\/\/www.steamregionalprices.com\/*"
            ],
            "js": [
                "js\/jquery-1.7.1.min.js",
                "js\/steamRegions.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}