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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://stadiasource.com/app-support
عنوان صفحة سياسة الخصوصية 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"
    }
}