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

What is RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages is a Chrome extension developed by stefan.breitenstein, and its main feature is "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Extension Screenshots

screenshot

Download RSS Link for Steam Product Pages Extension CRX File

Download RSS Link for Steam Product Pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
Official URL https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Description Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
File Size 8.39 KB
Installation Count 42
Current Version 1.0.0
Last Updated 2020-06-17
Publish Date 2020-06-16
Developer stefan.breitenstein
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}