Metacritic on Xbox Game Pass
Show meta critic notes on Xbox game Pass website
Metacritic on Xbox Game Passคืออะไร?
Metacritic on Xbox Game Pass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ynizon และคุณลักษณะหลักของมันคือ "Show meta critic notes on Xbox game Pass website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metacritic on Xbox Game Pass
ดาวน์โหลดไฟล์ส่วนขยาย Metacritic on Xbox Game Pass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add notes from metacritics website when you are looking games in Xbox Game Pass. For the moment (v1), you need to click on the Xbox button on the plugin toolbar. Source available here: https://github.com/ynizon/xboxmetacritic
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Metacritic on Xbox Game Pass |
ID | cgcpifhkdgmmnakbcgaaehabalijaddp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp |
คำอธิบาย | Show meta critic notes on Xbox game Pass website |
ขนาดไฟล์ | 1.56 MB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-12-12 |
วันที่เผยแพร่ | 2023-12-12 |
ผู้พัฒนา | ynizon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://google.gameandme.fr/privacy.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Metacritic on Xbox Game Pass", "version": "1.0", "author": "Yohann Nizon", "description": "Show meta critic notes on Xbox game Pass website", "permissions": [], "host_permissions": [ "https:\/\/www.metacritic.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.xbox.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "action": { "default_icon": "logo.png", "default_popup": "index.html", "default_title": "Show meta critic notes on Xbox game Pass website (https:\/\/www.xbox.com\/)." }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |