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

Co je RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages je rozšíření Chrome vyvinuté stefan.breitenstein, a jeho hlavní funkcí je „Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RSS Link for Steam Product Pages

Stáhněte si soubory rozšíření RSS Link for Steam Product Pages ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
Oficiální URL https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Popis Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Velikost souboru 8.39 KB
Počet instalací 42
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-06-17
Datum Vydání 2020-06-16
Vývojář stefan.breitenstein
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}