RSS Link for Steam Product Pages

Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product

Что такое RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages - это расширение Chrome, разработанное stefan.breitenstein, и его основная функция - "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

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

screenshot

Скачать файл CRX расширения RSS Link for Steam Product Pages

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

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

                        Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product                    

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

Название RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
Официальный URL https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Описание Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Размер файла 8.39 KB
Количество установок 42
Текущая Версия 1.0.0
Последнее Обновление 2020-06-17
Дата публикации 2020-06-16
Разработчик stefan.breitenstein
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RSS Link for Steam Product Pages",
    "version": "1.0.0",
    "description": "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}