The Stadia Plus
Enhance your The Stadia experience
ما هو The Stadia Plus؟
The Stadia Plus هو إضافة Chrome تم تطويرها بواسطة inconsiderate، والميزة الرئيسية لها هي "Enhance your The Stadia experience".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Stadia Plus
قم بتنزيل ملفات الامتداد The Stadia Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } } |