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是由Stadia Source开发的Chrome扩展程序,该扩展的主要功能是“Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.”。

扩展截图

screenshot
screenshot

下载Stadia Source Companion App扩展crx文件

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

扩展基本信息

名称 Stadia Source Companion App Stadia Source Companion App
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"
    }
}