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

Was ist RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages ist eine Chrome-Erweiterung, die von stefan.breitenstein entwickelt wurde, und ihr Hauptmerkmal ist "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Erweiterungsscreenshots

screenshot

RSS Link for Steam Product Pages-Erweiterungs-CRX-Datei herunterladen

Laden Sie RSS Link for Steam Product Pages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
Offizielle URL https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Beschreibung Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Dateigröße 8.39 KB
Installationsanzahl 42
Aktuelle Version 1.0.0
Letztes Update 2020-06-17
Veröffentlichungsdatum 2020-06-16
Entwickler stefan.breitenstein
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}