Metacritic on Xbox Game Pass
Show meta critic notes on Xbox game Pass website
Apa itu Metacritic on Xbox Game Pass?
Metacritic on Xbox Game Pass adalah ekstensi Chrome yang dikembangkan oleh ynizon, dan fitur utamanya adalah "Show meta critic notes on Xbox game Pass website".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Metacritic on Xbox Game Pass
Unduh file ekstensi Metacritic on Xbox Game Pass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Metacritic on Xbox Game Pass |
ID | cgcpifhkdgmmnakbcgaaehabalijaddp |
URL Resmi | https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp |
Deskripsi | Show meta critic notes on Xbox game Pass website |
Ukuran File | 1.56 MB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-12-12 |
Tanggal Publikasi | 2023-12-12 |
Pengembang | ynizon |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://google.gameandme.fr/privacy.php |
Bahasa yang Didukung | 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" } } |