Steam URL Opener

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

Co to jest Steam URL Opener?

Steam URL Opener to rozszerzenie Chrome opracowane przez veteran29, a jego główną funkcją jest „Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Steam URL Opener

Pobierz pliki rozszerzeń Steam URL Opener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
Oficjalny URL https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
Opis Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Rozmiar pliku 54.21 KB
Liczba instalacji 7,427
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2022-06-15
Data Publikacji 2019-11-07
Ocena 4.40/5 Łącznie 35 Oceny
Deweloper veteran29
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/veteran29/steam-url-open-extension
Adres URL Strony Pomocy https://github.com/veteran29/steam-url-open-extension/issues
Obsługiwane Języki 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"
    ]
}