Roblox Status I/O
Lets you change your Roblox status and view other users statuses
Vad är Roblox Status I/O?
Roblox Status I/O är en Chrome-tillägg utvecklad av ComplexxBrian, och dess huvudfunktion är "Lets you change your Roblox status and view other users statuses".
Tilläggsskärmbilder
Ladda ner Roblox Status I/O-förlängningens CRX-fil
Ladda ner Roblox Status I/O-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Roblox Status IO lets you change your Roblox status and view other users' statuses!
Grundläggande Information om Tillägg
Namn | |
ID | aeglfjalajibiclnlbgaphfapojnbbfh |
Officiell webbadress | https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh |
Beskrivning | Lets you change your Roblox status and view other users statuses |
Filstorlek | 14.6 KB |
Antal Installationer | 132 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-04-28 |
Publiceringsdatum | 2021-04-28 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | ComplexxBrian |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |