Roblox Status I/O
Lets you change your Roblox status and view other users statuses
Hvad er Roblox Status I/O?
Roblox Status I/O er en Chrome-udvidelse udviklet af ComplexxBrian, og dens hovedfunktion er "Lets you change your Roblox status and view other users statuses".
Udvidelsesskærmbilleder
Download Roblox Status I/O-udvidelses-CRX-fil
Download Roblox Status I/O-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Roblox Status IO lets you change your Roblox status and view other users' statuses!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aeglfjalajibiclnlbgaphfapojnbbfh |
Officiel URL | https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh |
Beskrivelse | Lets you change your Roblox status and view other users statuses |
Filstørrelse | 14.6 KB |
Antal Installationer | 132 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-04-28 |
Udgivelsesdato | 2021-04-28 |
Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
Udvikler | ComplexxBrian |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |