Steam URL Opener

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

Was ist Steam URL Opener?

Steam URL Opener ist eine Chrome-Erweiterung, die von veteran29 entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".

Erweiterungsscreenshots

screenshot

Steam URL Opener-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam URL Opener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
Offizielle URL https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
Beschreibung Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Dateigröße 54.21 KB
Installationsanzahl 7,427
Aktuelle Version 0.1.1
Letztes Update 2022-06-15
Veröffentlichungsdatum 2019-11-07
Bewertung 4.40/5 Insgesamt 35 Bewertungen
Entwickler veteran29
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/veteran29/steam-url-open-extension
Hilfeseite URL https://github.com/veteran29/steam-url-open-extension/issues
Unterstützte Sprachen 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"
    ]
}