The Stadia Plus
Enhance your The Stadia experience
The Stadia Plus là gì?
The Stadia Plus là một tiện ích mở rộng Chrome được phát triển bởi inconsiderate, và tính năng chính của nó là "Enhance your The Stadia experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Stadia Plus
Tải xuống các tệp mở rộng The Stadia Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | haphkfaljpmojnahbannggdfccakijhm |
URL Chính Thức | https://chrome.google.com/webstore/detail/the-stadia-plus/haphkfaljpmojnahbannggdfccakijhm |
Mô tả | Enhance your The Stadia experience |
Kích Thước Tệp | 121 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2020-08-12 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 3.60/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | inconsiderate |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://discord.gg/Pd3htAY |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |