Steam URL Opener

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

Cos'è Steam URL Opener?

Steam URL Opener è un'estensione di Chrome sviluppata da veteran29, e la sua funzione principale è "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steam URL Opener

Scarica i file di estensione Steam URL Opener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
URL Ufficiale https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
Descrizione Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Dimensione del File 54.21 KB
Conteggio Installazioni 7,427
Versione Corrente 0.1.1
Ultimo Aggiornamento 2022-06-15
Data di Pubblicazione 2019-11-07
Valutazione 4.40/5 Totale 35 Valutazioni
Sviluppatore veteran29
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/veteran29/steam-url-open-extension
URL della Pagina di Aiuto https://github.com/veteran29/steam-url-open-extension/issues
Lingue Supportate 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"
    ]
}