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

Qu'est-ce que RSS Link for Steam Product Pages ?

RSS Link for Steam Product Pages est une extension Chrome développée par stefan.breitenstein, et sa fonction principale est "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RSS Link for Steam Product Pages

Téléchargez les fichiers d'extension RSS Link for Steam Product Pages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
URL Officiel 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
Taille du Fichier 8.39 KB
Nombre d'Installations 42
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-06-17
Date de Publication 2020-06-16
Développeur stefan.breitenstein
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}