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

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stadia Source Companion App Stadia Source Companion App
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"
    }
}