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
Wat is RSS Link for Steam Product Pages?
RSS Link for Steam Product Pages is een Chrome-extensie ontwikkeld door stefan.breitenstein, en de belangrijkste functie is "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".
Extensie Screenshots
Download het CRX-bestand van de extensie RSS Link for Steam Product Pages
Download RSS Link for Steam Product Pages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Basisinformatie over de Extensie
Naam | RSS Link for Steam Product Pages |
ID | emdbljnfcnlahhfhnjfipdmbbakjadef |
Officiële URL | https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef |
Beschrijving | Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product |
Bestandsgrootte | 8.39 KB |
Aantal Installaties | 42 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-06-17 |
Publicatiedatum | 2020-06-16 |
Ontwikkelaar | stefan.breitenstein |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |