Stadia Source Companion App
Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.
Apa itu Stadia Source Companion App?
Stadia Source Companion App adalah ekstensi Chrome yang dikembangkan oleh Stadia Source, dan fitur utamanya adalah "Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stadia Source Companion App
Unduh file ekstensi Stadia Source Companion App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | |
ID | pjmkjbpepekahcdgkcbgidjkhggjmaka |
URL Resmi | https://chrome.google.com/webstore/detail/stadia-source-companion-a/pjmkjbpepekahcdgkcbgidjkhggjmaka |
Deskripsi | Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension. |
Ukuran File | 69.95 KB |
Jumlah Instalasi | 265 |
Versi Saat Ini | 1.9 |
Terakhir Diperbarui | 2021-05-08 |
Tanggal Publikasi | 2021-01-27 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Stadia Source |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://stadiasource.com |
URL Halaman Bantuan | https://stadiasource.com/app-support |
URL Halaman Kebijakan Privasi | https://stadiasource.com/privacy-policy |
Bahasa yang Didukung | 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" } } |