Stadia Enhanced

Various new features for Google Stadia.

Stadia Enhanced क्या है?

Stadia Enhanced Christopher Klay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Various new features for Google Stadia."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Stadia Enhanced एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Stadia Enhance is adding new functionality to Google Stadia, including store search, quick access, stream monitoring and more, while keeping a minimalistic and native look.

Features include:
• Set VP9 or H264 as the preferred codec
• Enable 2K & 4K (requires GPU with support for VP9 decoding)
• Stream Monitor (Displays frame/package loss among other things), via the group menu
• Changeable library size on the home screen, toggle between 2 up to 6 items per row
• Settings for used stream codec and resolution
• Quick access menu for screenshots and video captures, speedtest, the community and more
• Store search bar to quickly find games
• Direct links to a list of Pro titles and games currently on sale
• Many possible adjustments for the user interface, to allow for a cleaner homescreen
• The ability to filter games, or install shortcuts for them on your device
• Slight tweaks to your messaging experience, including emoji support

The extension is free, fully open source and the changelog as well as source can be found at:
https://github.com/ChristopherKlay/StadiaEnhanced

If you find any issues, please report them on GitHub:
https://github.com/ChristopherKlay/StadiaEnhanced/issues

If you want to help translate the extension, feel free to take a look at:
https://github.com/ChristopherKlay/StadiaEnhanced/blob/master/translations.md                    

एक्सटेंशन की मूल जानकारी

नाम Stadia Enhanced Stadia Enhanced
ID ldeakaihfnkjmelifgmbmjlphdfncbfg
आधिकारिक URL https://chrome.google.com/webstore/detail/stadia-enhanced/ldeakaihfnkjmelifgmbmjlphdfncbfg
विवरण Various new features for Google Stadia.
फ़ाइल का आकार 134 KB
स्थापना संख्या 30,215
वर्तमान संस्करण 1.20.12
अंतिम अपडेट 2022-11-09
प्रकाशन तिथि 2020-09-06
रेटिंग 4.85/5 कुल 134 रेटिंग्स
डेवलपर Christopher Klay
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ChristopherKlay/StadiaEnhanced
सहायता पृष्ठ URL https://github.com/ChristopherKlay/StadiaEnhanced/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stadia Enhanced",
    "description": "Various new features for Google Stadia.",
    "version": "1.20.12",
    "manifest_version": 3,
    "author": "Christopher Klay",
    "homepage_url": "https:\/\/github.com\/ChristopherKlay\/StadiaEnhanced",
    "icons": {
        "16": "media\/logo\/16.png",
        "32": "media\/logo\/32.png",
        "48": "media\/logo\/48.png",
        "128": "media\/logo\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Stadia Enhanced v1.20.12",
        "default_icon": {
            "16": "media\/logo\/16.png",
            "32": "media\/logo\/32.png",
            "48": "media\/logo\/48.png",
            "128": "media\/logo\/128.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/stadia.google.com\/u\/*",
                "*:\/\/stadia.google.com\/home*",
                "*:\/\/stadia.google.com\/store*",
                "*:\/\/stadia.google.com\/player*",
                "*:\/\/stadia.google.com\/explore*",
                "*:\/\/stadia.google.com\/profile*",
                "*:\/\/stadia.google.com\/settings*",
                "*:\/\/stadia.google.com\/captures*",
                "*:\/\/stadia.google.com\/library*",
                "*:\/\/stadia.google.com\/game\/*"
            ],
            "js": [
                "translations.js",
                "enhanced.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "media\/included\/hunters_logo.png",
                "media\/included\/hunters_banner.png"
            ],
            "matches": [
                "*:\/\/stadia.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/stadia.google.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoURhfz19FyU5ZeKbi\/+jNShvXObytvh7OQfsrZJrjHScWiejv1LnsVsTkmqlAdKYozBOTs6SqXeYU8MS23wmJSYnbfwBR\/vBrbc0PqpFXjEqkmW4ZrOMFYajvC2P5odhyNqxG0M22InytfrCaez63jgviUNW6O09GL9i25ERxMBeDmU6xMk+kAKFQQLRgMy\/FhdT+2vQuEs++Xa6x8k7Y91jJ2SRgPzbv4i3Rm3pCt28bnN2tE29g2\/eBM7SnolFNNAF\/63VFU5p4sFfJCNTP5xgv0QLOra8qgbQYXW0KGN1Sy8jzcUSrdRpfRSBpyLBYQWcp73zIYs56NfKKem5gwIDAQAB"
}