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

Hvad er RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages er en Chrome-udvidelse udviklet af stefan.breitenstein, og dens hovedfunktion er "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Udvidelsesskærmbilleder

screenshot

Download RSS Link for Steam Product Pages-udvidelses-CRX-fil

Download RSS Link for Steam Product Pages-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
Officiel URL https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Beskrivelse Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Filstørrelse 8.39 KB
Antal Installationer 42
Nuværende Version 1.0.0
Senest Opdateret 2020-06-17
Udgivelsesdato 2020-06-16
Udvikler stefan.breitenstein
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}