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

Vad är RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages är en Chrome-tillägg utvecklad av stefan.breitenstein, och dess huvudfunktion är "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Tilläggsskärmbilder

screenshot

Ladda ner RSS Link for Steam Product Pages-förlängningens CRX-fil

Ladda ner RSS Link for Steam Product Pages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
Officiell webbadress https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Beskrivning Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Filstorlek 8.39 KB
Antal Installationer 42
Aktuell Version 1.0.0
Senast Uppdaterad 2020-06-17
Publiceringsdatum 2020-06-16
Utvecklare stefan.breitenstein
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}