Steam URL Opener

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

O que é Steam URL Opener?

Steam URL Opener é uma extensão do Chrome desenvolvida por veteran29, e sua principal característica é "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Steam URL Opener

Baixe arquivos de extensão Steam URL Opener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
URL Oficial https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
Descrição Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Tamanho do Arquivo 54.21 KB
Contagem de Instalações 7,427
Versão Atual 0.1.1
Última Atualização 2022-06-15
Data de Publicação 2019-11-07
Classificação 4.40/5 Total de 35 Avaliações
Desenvolvedor veteran29
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/veteran29/steam-url-open-extension
URL da Página de Ajuda https://github.com/veteran29/steam-url-open-extension/issues
Idiomas Suportados 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"
    ]
}