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

O que é RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages é uma extensão do Chrome desenvolvida por stefan.breitenstein, e sua principal característica é "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RSS Link for Steam Product Pages

Baixe arquivos de extensão RSS Link for Steam Product Pages no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
URL Oficial https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Descrição Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Tamanho do Arquivo 8.39 KB
Contagem de Instalações 42
Versão Atual 1.0.0
Última Atualização 2020-06-17
Data de Publicação 2020-06-16
Desenvolvedor stefan.breitenstein
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}