Roblox Status I/O
Lets you change your Roblox status and view other users statuses
Apa itu Roblox Status I/O?
Roblox Status I/O adalah ekstensi Chrome yang dikembangkan oleh ComplexxBrian, dan fitur utamanya adalah "Lets you change your Roblox status and view other users statuses".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Roblox Status I/O
Unduh file ekstensi Roblox Status I/O 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
Roblox Status IO lets you change your Roblox status and view other users' statuses!
Informasi Dasar Ekstensi
Nama | |
ID | aeglfjalajibiclnlbgaphfapojnbbfh |
URL Resmi | https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh |
Deskripsi | Lets you change your Roblox status and view other users statuses |
Ukuran File | 14.6 KB |
Jumlah Instalasi | 132 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-04-28 |
Tanggal Publikasi | 2021-04-28 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | ComplexxBrian |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ComplexxBrian", "content_scripts": [ { "js": [ "status.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ], "description": "Lets you change your Roblox status and view other users statuses", "icons": { "128": "icons\/roblox128.png", "16": "icons\/roblox16.png", "48": "icons\/roblox48.png" }, "manifest_version": 2, "name": "Roblox Status I\/O", "version": "1.0" } |