The Stadia Plus
Enhance your The Stadia experience
The Stadia Plus क्या है?
The Stadia Plus inconsiderate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your The Stadia experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Stadia Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For some reason Google has misspelled The Stadia everywhere. This extension corrects this egregious error. It also lets you force VP9 and 4K, but that's less important, right? Want to play some games together? Add me @inconsiderate :) Community Discord: https://discord.gg/JuSfacW
एक्सटेंशन की मूल जानकारी
नाम | |
ID | haphkfaljpmojnahbannggdfccakijhm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm |
विवरण | Enhance your The Stadia experience |
फ़ाइल का आकार | 121 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.3.2 |
अंतिम अपडेट | 2020-08-12 |
प्रकाशन तिथि | 2020-06-10 |
रेटिंग | 3.60/5 कुल 15 रेटिंग्स |
डेवलपर | inconsiderate |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://discord.gg/Pd3htAY |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Stadia Plus", "version": "1.3.2", "author": "inconsiderate", "description": "Enhance your The Stadia experience", "manifest_version": 2, "permissions": [ "storage", "declarativeContent", "https:\/\/stadia.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/stadia.google.com\/*" ], "js": [ "content\/content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup\/popup.html", "default_title": "The Stadia Plus" } } |