Open In Steam

Opens all steam pages in your steam client.

Что такое Open In Steam?

Open In Steam - это расширение Chrome, разработанное ShingZhanho, и его основная функция - "Opens all steam pages in your steam client.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Open In Steam

Скачайте файлы расширений Open In Steam в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        One of your friends sents you a Steam page link and it just won't open in the Steam cilent? This extension is a solution for you. On each Steam page, an "Open in Steam Client" button is displayed. Simply click on the button and the page is opened in the Steam Client.                    

Основная информация о расширении

Название Open In Steam Open In Steam
ID kkghocbcijmjfmgbfhcnooaaipihngea
Официальный URL https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea
Описание Opens all steam pages in your steam client.
Размер файла 90.03 KB
Количество установок 51
Текущая Версия v0.1-beta
Последнее Обновление 2021-08-16
Дата публикации 2021-08-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик ShingZhanho
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ShingZhanho/OpenInSteam-Chrome
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open In Steam",
    "description": "Opens all steam pages in your steam client.",
    "version": "0.1",
    "version_name": "v0.1-beta",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "js\/ga.js",
                "js\/gtag.js",
                "js\/script.js"
            ],
            "css": [
                "css\/page-element-style.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/*",
                "*:\/\/store.steampowered.com\/*",
                "*:\/\/help.steampowered.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "author": "ShingZhanho",
    "homepage_url": "https:\/\/github.com\/ShingZhanho\/OpenInSteam-Chrome"
}