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 to jest RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages to rozszerzenie Chrome opracowane przez stefan.breitenstein, a jego główną funkcją jest „Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RSS Link for Steam Product Pages

Pobierz pliki rozszerzeń RSS Link for Steam Product Pages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
Oficjalny URL https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Opis Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Rozmiar pliku 8.39 KB
Liczba instalacji 42
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-06-17
Data Publikacji 2020-06-16
Deweloper stefan.breitenstein
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}