Hello, Roblox!
Return the old greeting that we all missed!
Was ist Hello, Roblox!?
Hello, Roblox! ist eine Chrome-Erweiterung, die von The_Woozoo entwickelt wurde, und ihr Hauptmerkmal ist "Return the old greeting that we all missed!".
Erweiterungsscreenshots
Hello, Roblox!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hello, Roblox!-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
Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox
Grundlegende Informationen zur Erweiterung
Name | Hello, Roblox! |
ID | dpceldlkpeeefhaaholbfihfjogjabja |
Offizielle URL | https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja |
Beschreibung | Return the old greeting that we all missed! |
Dateigröße | 19.71 KB |
Installationsanzahl | 115 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2024-01-21 |
Veröffentlichungsdatum | 2023-10-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | The_Woozoo |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/dvuzu/hello-roblox |
Hilfeseite URL | https://github.com/dvuzu/hello-roblox/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hello, Roblox!", "description": "Return the old greeting that we all missed!", "version": "0.2.1", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "js": [ "main.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.roblox.com\/home*" ] } ] } |