included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Apa itu included-with-xbox-game-pass?
included-with-xbox-game-pass adalah ekstensi Chrome yang dikembangkan oleh gabin.aureche, dan fitur utamanya adalah "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi included-with-xbox-game-pass
Unduh file ekstensi included-with-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
/!\ This extension is not maintained anymore. I am personally using https://aligueler.com/SubscriptionInfo When visiting a game's Steam store page, this extension looks for it in the Xbox Game Pass catalog. If it's included, it will let you know.
Informasi Dasar Ekstensi
Nama | included-with-xbox-game-pass |
ID | acohddgjcjfelbhaodiebiabljoadldk |
URL Resmi | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
Deskripsi | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
Ukuran File | 38.16 KB |
Jumlah Instalasi | 3,812 |
Versi Saat Ini | 0.9.1 |
Terakhir Diperbarui | 2022-11-21 |
Tanggal Publikasi | 2020-08-24 |
Penilaian | 4.00/5 Total 10 Penilaian |
Pengembang | gabin.aureche |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://xgp.community |
URL Halaman Bantuan | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "included-with-xbox-game-pass", "version": "0.9.1", "description": "A browser extension that adds the mention \"included \/ not included with Xbox Game Pass\" on Steam's store page.", "permissions": [ "storage", "https:\/\/xgp.community\/*" ], "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |