Steam URL Opener

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

Vad är Steam URL Opener?

Steam URL Opener är en Chrome-tillägg utvecklad av veteran29, och dess huvudfunktion är "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Steam URL Opener-förlängningens CRX-fil

Ladda ner Steam URL Opener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
Officiell webbadress https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
Beskrivning Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Filstorlek 54.21 KB
Antal Installationer 7,427
Aktuell Version 0.1.1
Senast Uppdaterad 2022-06-15
Publiceringsdatum 2019-11-07
Betyg 4.40/5 Totalt 35 Betyg
Utvecklare veteran29
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/veteran29/steam-url-open-extension
Hjälpsida URL https://github.com/veteran29/steam-url-open-extension/issues
Stödda Språk 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"
    ]
}