Steam URL Opener

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

ما هو Steam URL Opener؟

Steam URL Opener هو إضافة Chrome تم تطويرها بواسطة veteran29، والميزة الرئيسية لها هي "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Steam URL Opener

قم بتنزيل ملفات الامتداد Steam URL Opener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
عنوان URL الرسمي https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
الوصف Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
حجم الملف 54.21 KB
عدد التثبيتات 7,427
النسخة الحالية 0.1.1
آخر تحديث 2022-06-15
تاريخ النشر 2019-11-07
تقييم 4.40/5 مجموع تقييمات 35
المطور veteran29
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/veteran29/steam-url-open-extension
عنوان صفحة المساعدة https://github.com/veteran29/steam-url-open-extension/issues
اللغات المدعومة 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"
    ]
}