Roblox Status I/O
Lets you change your Roblox status and view other users statuses
Wat is Roblox Status I/O?
Roblox Status I/O is een Chrome-extensie ontwikkeld door ComplexxBrian, en de belangrijkste functie is "Lets you change your Roblox status and view other users statuses".
Extensie Screenshots
Download het CRX-bestand van de extensie Roblox Status I/O
Download Roblox Status I/O-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Roblox Status IO lets you change your Roblox status and view other users' statuses!
Basisinformatie over de Extensie
Naam | |
ID | aeglfjalajibiclnlbgaphfapojnbbfh |
Officiële URL | https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh |
Beschrijving | Lets you change your Roblox status and view other users statuses |
Bestandsgrootte | 14.6 KB |
Aantal Installaties | 132 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-04-28 |
Publicatiedatum | 2021-04-28 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ComplexxBrian |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |