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.」です。
拡張機能のスクリーンショット
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).
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |