Open In Steam

Opens all steam pages in your steam client.

Open In Steam क्या है?

Open In Steam ShingZhanho द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens all steam pages in your steam client."।

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

screenshot

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

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

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

                        One of your friends sents you a Steam page link and it just won't open in the Steam cilent? This extension is a solution for you. On each Steam page, an "Open in Steam Client" button is displayed. Simply click on the button and the page is opened in the Steam Client.                    

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

नाम Open In Steam Open In Steam
ID kkghocbcijmjfmgbfhcnooaaipihngea
आधिकारिक URL https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea
विवरण Opens all steam pages in your steam client.
फ़ाइल का आकार 90.03 KB
स्थापना संख्या 51
वर्तमान संस्करण v0.1-beta
अंतिम अपडेट 2021-08-16
प्रकाशन तिथि 2021-08-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ShingZhanho
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ShingZhanho/OpenInSteam-Chrome
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open In Steam",
    "description": "Opens all steam pages in your steam client.",
    "version": "0.1",
    "version_name": "v0.1-beta",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "js\/ga.js",
                "js\/gtag.js",
                "js\/script.js"
            ],
            "css": [
                "css\/page-element-style.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/*",
                "*:\/\/store.steampowered.com\/*",
                "*:\/\/help.steampowered.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "author": "ShingZhanho",
    "homepage_url": "https:\/\/github.com\/ShingZhanho\/OpenInSteam-Chrome"
}