Stadia Source Companion App

Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.

Was ist Stadia Source Companion App?

Stadia Source Companion App ist eine Chrome-Erweiterung, die von Stadia Source entwickelt wurde, und ihr Hauptmerkmal ist "Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.".

Erweiterungsscreenshots

screenshot
screenshot

Stadia Source Companion App-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stadia Source Companion App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name Stadia Source Companion App Stadia Source Companion App
ID pjmkjbpepekahcdgkcbgidjkhggjmaka
Offizielle URL https://chrome.google.com/webstore/detail/stadia-source-companion-a/pjmkjbpepekahcdgkcbgidjkhggjmaka
Beschreibung Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.
Dateigröße 69.95 KB
Installationsanzahl 265
Aktuelle Version 1.9
Letztes Update 2021-05-08
Veröffentlichungsdatum 2021-01-27
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Stadia Source
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://stadiasource.com
Hilfeseite URL https://stadiasource.com/app-support
URL der Datenschutzrichtlinien-Seite https://stadiasource.com/privacy-policy
Unterstützte Sprachen 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"
    }
}