Steam URL Opener

Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.

Wat is Steam URL Opener?

Steam URL Opener is een Chrome-extensie ontwikkeld door veteran29, en de belangrijkste functie is "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Steam URL Opener

Download Steam URL Opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Allows you to open URLs inside Steam Client to save the hassle of logging in normal browser.

Only Steam related hostnames can be opened inside the client.

Source code:
https://github.com/veteran29/steam-url-open-extension


Icon made by [SimpleIcon](https://www.flaticon.com/authors/simpleicon) from www.flaticon.com

Enjoying the extension? Buy me a coffee: 
https://ko-fi.com/veteran29                    

Basisinformatie over de Extensie

Naam Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
Officiële URL https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
Beschrijving Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Bestandsgrootte 54.21 KB
Aantal Installaties 7,427
Huidige Versie 0.1.1
Laatst Bijgewerkt 2022-06-15
Publicatiedatum 2019-11-07
Beoordeling 4.40/5 Totaal 35 Beoordelingen
Ontwikkelaar veteran29
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/veteran29/steam-url-open-extension
Help Pagina-URL https://github.com/veteran29/steam-url-open-extension/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Open in Steam"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}