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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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"
    ]
}