Steam Pricer

Steam Pricer Helper helps save money on Steam games.

Steam Pricer क्या है?

Steam Pricer Gamake द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Steam Pricer Helper helps save money on Steam games."।

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

screenshot
screenshot

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

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

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

                        Steam Helper helps you save money on Steam purchases.

Open the page with the game on Steam and if there are discounts, you will see an offer at the top of the page.

For example, you can save money on buying RDR 2, Cyberpank, and many other PC games.                    

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

नाम Steam Pricer Steam Pricer
ID fkdbmphboechmkcmdgagaphjjalgppbf
आधिकारिक URL https://chromewebstore.google.com/detail/steam-pricer/fkdbmphboechmkcmdgagaphjjalgppbf
विवरण Steam Pricer Helper helps save money on Steam games.
फ़ाइल का आकार 334 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2020-11-28
प्रकाशन तिथि 2020-10-22
डेवलपर Gamake
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gamake.ru
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.2",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steampowered.com\/*",
                "*:\/\/steampowered.com\/*",
                "*:\/\/steambuy.com\/*",
                "*:\/\/*.steampay.com\/*"
            ],
            "js": [
                "index.content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.igdb.com\/",
        "https:\/\/*.steammachine.ru\/*",
        "*:\/\/*.steampowered.com\/*",
        "*:\/\/steampowered.com\/*",
        "*:\/\/steambuy.com\/*",
        "*:\/\/*.steampay.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "24": "images\/icons\/24.png",
            "32": "images\/icons\/32.png"
        },
        "default_popup": "popup.html"
    }
}