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 là gì?

Stadia Source Companion App là một tiện ích mở rộng Chrome được phát triển bởi Stadia Source, và tính năng chính của nó là "Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stadia Source Companion App

Tải xuống các tệp mở rộng Stadia Source Companion App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stadia Source Companion App Stadia Source Companion App
ID pjmkjbpepekahcdgkcbgidjkhggjmaka
URL Chính Thức https://chrome.google.com/webstore/detail/stadia-source-companion-a/pjmkjbpepekahcdgkcbgidjkhggjmaka
Mô tả Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension.
Kích Thước Tệp 69.95 KB
Số Lần Cài Đặt 265
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2021-05-08
Ngày Phát Hành 2021-01-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Stadia Source
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://stadiasource.com
URL Trang Trợ Giúp https://stadiasource.com/app-support
URL Trang Chính Sách Bảo Mật https://stadiasource.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}