Roblox Status I/O

Lets you change your Roblox status and view other users statuses

Was ist Roblox Status I/O?

Roblox Status I/O ist eine Chrome-Erweiterung, die von ComplexxBrian entwickelt wurde, und ihr Hauptmerkmal ist "Lets you change your Roblox status and view other users statuses".

Erweiterungsscreenshots

screenshot
screenshot

Roblox Status I/O-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roblox Status I/O-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Roblox Status IO lets you change your Roblox status and view other users' statuses!                    

Grundlegende Informationen zur Erweiterung

Name Roblox Status I/O Roblox Status I/O
ID aeglfjalajibiclnlbgaphfapojnbbfh
Offizielle URL https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh
Beschreibung Lets you change your Roblox status and view other users statuses
Dateigröße 14.6 KB
Installationsanzahl 132
Aktuelle Version 1.0
Letztes Update 2021-04-28
Veröffentlichungsdatum 2021-04-28
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler ComplexxBrian
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}