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

¿Qué es RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages es una extensión de Chrome desarrollada por stefan.breitenstein, y su función principal es "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión RSS Link for Steam Product Pages

Descarga archivos de extensión RSS Link for Steam Product Pages en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre 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
Descripción Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Tamaño del Archivo 8.39 KB
Cantidad de Instalaciones 42
Versión Actual 1.0.0
Última Actualización 2020-06-17
Fecha de Publicación 2020-06-16
Desarrollador stefan.breitenstein
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}