Stadia Source Companion App
Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.
Τι είναι το Stadia Source Companion App;
Το Stadia Source Companion App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stadia Source, και η κύρια λειτουργία του είναι "Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stadia Source Companion App
Λήψη αρχείων επέκτασης Stadia Source Companion App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This handy extension allows you to keep your StadiaSource.com profile up to date with your Stadia Games, Achievements and more via periodic profile scanning Requires a StadiaSource.com and Stadia.com account. This extension is completely safe and only reads the following from your Stadia account: - Your Stadia username, user ID, and Avatar. - Your owned Games (and accompanying data such as last date played and total play time). - Your earned Achievements (and accompanying data such as time earned).
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pjmkjbpepekahcdgkcbgidjkhggjmaka |
Επίσημο URL | https://chrome.google.com/webstore/detail/stadia-source-companion-a/pjmkjbpepekahcdgkcbgidjkhggjmaka |
Περιγραφή | Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension. |
Μέγεθος Αρχείου | 69.95 KB |
Αριθμός Εγκαταστάσεων | 265 |
Τρέχουσα Έκδοση | 1.9 |
Τελευταία Ενημέρωση | 2021-05-08 |
Ημερομηνία Δημοσίευσης | 2021-01-27 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Stadia Source |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://stadiasource.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://stadiasource.com/app-support |
URL της Σελίδας Πολιτικής Απορρήτου | https://stadiasource.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Stadia Source", "manifest_version": 2, "name": "Stadia Source Companion App", "description": "Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.", "homepage_url": "https:\/\/stadiasource.com", "version": "1.9", "permissions": [ "*:\/\/stadia.google.com\/*", "*:\/\/stadiasource.com\/*" ], "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/favicon.png", "default_popup": "popup.html", "icons": { "16": "img\/favicon.png", "48": "img\/favicon.png", "128": "img\/favicon.png" } }, "icons": { "16": "img\/favicon.png", "48": "img\/favicon.png", "128": "img\/favicon.png" } } |