included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Τι είναι το included-with-xbox-game-pass;
Το included-with-xbox-game-pass είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gabin.aureche, και η κύρια λειτουργία του είναι "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης included-with-xbox-game-pass
Λήψη αρχείων επέκτασης included-with-xbox-game-pass σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
/!\ This extension is not maintained anymore. I am personally using https://aligueler.com/SubscriptionInfo When visiting a game's Steam store page, this extension looks for it in the Xbox Game Pass catalog. If it's included, it will let you know.
Βασικές Πληροφορίες Επέκτασης
Όνομα | included-with-xbox-game-pass |
ID | acohddgjcjfelbhaodiebiabljoadldk |
Επίσημο URL | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
Περιγραφή | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
Μέγεθος Αρχείου | 38.16 KB |
Αριθμός Εγκαταστάσεων | 3,812 |
Τρέχουσα Έκδοση | 0.9.1 |
Τελευταία Ενημέρωση | 2022-11-21 |
Ημερομηνία Δημοσίευσης | 2020-08-24 |
Αξιολόγηση | 4.00/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | gabin.aureche |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://xgp.community |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "included-with-xbox-game-pass", "version": "0.9.1", "description": "A browser extension that adds the mention \"included \/ not included with Xbox Game Pass\" on Steam's store page.", "permissions": [ "storage", "https:\/\/xgp.community\/*" ], "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |