SteamLink - Open Links In Steam

Links from the steam webpage open in your browser to the steam client. No more "You must be signed in"!

SteamLink - Open Links In Steam क्या है?

SteamLink - Open Links In Steam Cobular द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Links from the steam webpage open in your browser to the steam client. No more "You must be signed in"!"।

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

screenshot

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

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

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

                        This extension, when clicked on a steam url, will open it in the steam destkop application. No more issues with being signed out in the browser or anything of the like!

If you're curious how this works, it's pretty simple - it simply prefixes the url with "steam://openurl/", so the url "https://store.steampowered.com/app/294100/" becomes "steam://openurl/https://store.steampowered.com/app/294100/", and then if you allow the extension to open the url with steam, steam will open to that page!                    

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

नाम SteamLink - Open Links In Steam SteamLink - Open Links In Steam
ID anbphhpdeajihnalfnbinbkfjfhdgocp
आधिकारिक URL https://chromewebstore.google.com/detail/steamlink-open-links-in-s/anbphhpdeajihnalfnbinbkfjfhdgocp
विवरण Links from the steam webpage open in your browser to the steam client. No more "You must be signed in"!
फ़ाइल का आकार 67.18 KB
स्थापना संख्या 2,632
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2024-01-17
प्रकाशन तिथि 2021-04-14
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर Cobular
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Cobular/SteamLink
सहायता पृष्ठ URL https://github.com/Cobular/SteamLink
गोपनीयता नीति पृष्ठ URL https://cobular.notion.site/Privacy-Policy-277b8e3e484e445193f01fb142529a69
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest.json",
    "manifest_version": 3,
    "name": "SteamLink - Open Links In Steam",
    "description": "Links from the steam webpage open in your browser to the steam client. No more \"You must be signed in\"!",
    "version": "2.0.0",
    "icons": {
        "64": "icons\/steam-64_x_64.png",
        "48": "icons\/steam-48_x_48.png",
        "32": "icons\/steam-32_x_32.png",
        "128": "icons\/steam-128_x_128.png"
    },
    "background": {
        "service_worker": "background_script.js"
    },
    "action": {
        "default_icon": {
            "64": "icons\/steam-64_x_64.png",
            "48": "icons\/steam-48_x_48.png",
            "32": "icons\/steam-32_x_32.png",
            "128": "icons\/steam-128_x_128.png"
        },
        "default_title": "SteamLink",
        "show_matches": [
            "https:\/\/store.steampowered.com\/*",
            "https:\/\/steamcommunity.com\/*"
        ]
    },
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "host": [
        "https:\/\/store.steampowered.com\/*",
        "https:\/\/steamcommunity.com\/*"
    ]
}