Steam URL Opener

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

Steam URL Opener là gì?

Steam URL Opener là một tiện ích mở rộng Chrome được phát triển bởi veteran29, và tính năng chính của nó là "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam URL Opener

Tải xuống các tệp mở rộng Steam URL Opener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
URL Chính Thức https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
Mô tả Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Kích Thước Tệp 54.21 KB
Số Lần Cài Đặt 7,427
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-06-15
Ngày Phát Hành 2019-11-07
Đánh Giá 4.40/5 Tổng số 35 Đánh Giá
Nhà Phát Triển veteran29
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/veteran29/steam-url-open-extension
URL Trang Trợ Giúp https://github.com/veteran29/steam-url-open-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}