Steam-Buyer

Steam-Buyer is a simple application to make purchases in the Steam store.

Steam-Buyer क्या है?

Steam-Buyer d42f द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Steam-Buyer is a simple application to make purchases in the Steam store."।

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

screenshot

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

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

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

                                            

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

नाम Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
आधिकारिक URL https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
विवरण Steam-Buyer is a simple application to make purchases in the Steam store.
फ़ाइल का आकार 251 KB
स्थापना संख्या 120
वर्तमान संस्करण 0.5
अंतिम अपडेट 2015-06-20
प्रकाशन तिथि 2015-06-20
रेटिंग 2.00/5 कुल 3 रेटिंग्स
डेवलपर d42f
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/d42f/steam-buyer
सहायता पृष्ठ URL https://github.com/d42f/steam-buyer/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam-Buyer",
    "version": "0.5",
    "description": "Steam-Buyer is a simple application to make purchases in the Steam store.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Steam Buyer",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "src\/config.js",
            "src\/common.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    }
}