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 - это расширение Chrome, разработанное Stadia Source, и его основная функция - "Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.".
Снимки экрана расширения
Скачать файл CRX расширения Stadia Source Companion App
Скачайте файлы расширений 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 |
Электронная почта | [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" } } |