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 |
官方網址 | 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" } } |