Among Us Shimeji For Google Chrome™
Among Us characters plays while you browsing in Google page. Created for Among Us fans.
Apa itu Among Us Shimeji For Google Chrome™?
Among Us Shimeji For Google Chrome™ adalah ekstensi Chrome yang dikembangkan oleh charles, dan fitur utamanya adalah "Among Us characters plays while you browsing in Google page. Created for Among Us fans.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Among Us Shimeji For Google Chrome™
Unduh file ekstensi Among Us Shimeji For Google Chrome™ 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
Cute and fun Among Us characters to play around in google page when you are surfing the web. === How does it work? === 1. Click on the extension icon on the top right corner 2. Click on "Among Us Shimeji For Google Chrome™" icon to activate the characters. 3. Click the icon again to disable the characters. 4. Only works when you are in google.com page.
Informasi Dasar Ekstensi
Nama | Among Us Shimeji For Google Chrome™ |
ID | eejijdoicgmljghlfdblkahibjcjbjga |
URL Resmi | https://chromewebstore.google.com/detail/among-us-shimeji-for-goog/eejijdoicgmljghlfdblkahibjcjbjga |
Deskripsi | Among Us characters plays while you browsing in Google page. Created for Among Us fans. |
Ukuran File | 137 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 10.1.21.19 |
Terakhir Diperbarui | 2023-05-25 |
Tanggal Publikasi | 2020-10-30 |
Penilaian | 4.16/5 Total 77 Penilaian |
Pengembang | charles |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://sites.google.com/view/among-us-shimeji/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_title": "Among Us" }, "content_scripts": [ { "js": [ "meji.min.1.8.js", "content.min.js" ], "matches": [ "https:\/\/*.google.com\/*" ], "run_at": "document_idle" } ], "description": "Among Us characters plays while you browsing in Google page. Created for Among Us fans.", "icons": { "128": "icon-128x128.png" }, "manifest_version": 3, "name": "Among Us Shimeji For Google Chrome\u2122", "host_permissions": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.com\/" ], "permissions": [ "storage" ], "version": "10.1.21.19" } |