Steam URL Opener

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

Apa itu Steam URL Opener?

Steam URL Opener adalah ekstensi Chrome yang dikembangkan oleh veteran29, dan fitur utamanya adalah "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Steam URL Opener

Unduh file ekstensi Steam URL Opener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
URL Resmi https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
Deskripsi Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Ukuran File 54.21 KB
Jumlah Instalasi 7,427
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2022-06-15
Tanggal Publikasi 2019-11-07
Penilaian 4.40/5 Total 35 Penilaian
Pengembang veteran29
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/veteran29/steam-url-open-extension
URL Halaman Bantuan https://github.com/veteran29/steam-url-open-extension/issues
Bahasa yang Didukung 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"
    ]
}