Roblox Status I/O
Lets you change your Roblox status and view other users statuses
Cos'è Roblox Status I/O?
Roblox Status I/O è un'estensione di Chrome sviluppata da ComplexxBrian, e la sua funzione principale è "Lets you change your Roblox status and view other users statuses".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox Status I/O
Scarica i file di estensione Roblox Status I/O in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Roblox Status IO lets you change your Roblox status and view other users' statuses!
Informazioni di Base sull'Estensione
Nome | |
ID | aeglfjalajibiclnlbgaphfapojnbbfh |
URL Ufficiale | https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh |
Descrizione | Lets you change your Roblox status and view other users statuses |
Dimensione del File | 14.6 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-04-28 |
Data di Pubblicazione | 2021-04-28 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | ComplexxBrian |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |