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
Τι είναι το RSS Link for Steam Product Pages;
Το RSS Link for Steam Product Pages είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον stefan.breitenstein, και η κύρια λειτουργία του είναι "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RSS Link for Steam Product Pages
Λήψη αρχείων επέκτασης RSS Link for Steam Product Pages σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Βασικές Πληροφορίες Επέκτασης
Όνομα | RSS Link for Steam Product Pages |
ID | emdbljnfcnlahhfhnjfipdmbbakjadef |
Επίσημο URL | https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef |
Περιγραφή | Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product |
Μέγεθος Αρχείου | 8.39 KB |
Αριθμός Εγκαταστάσεων | 42 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-06-17 |
Ημερομηνία Δημοσίευσης | 2020-06-16 |
Προγραμματιστής | stefan.breitenstein |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |