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

Cos'è RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages è un'estensione di Chrome sviluppata da stefan.breitenstein, e la sua funzione principale è "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RSS Link for Steam Product Pages

Scarica i file di estensione RSS Link for Steam Product Pages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
URL Ufficiale https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Descrizione Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Dimensione del File 8.39 KB
Conteggio Installazioni 42
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-06-17
Data di Pubblicazione 2020-06-16
Sviluppatore stefan.breitenstein
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}