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 Stadia Source द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your Stadia profile and achievement information on Stadia Source up to date with this handy extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stadia Source Companion App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}