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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}