Hello, Roblox!
Return the old greeting that we all missed!
What is Hello, Roblox!?
Hello, Roblox! is a Chrome extension developed by The_Woozoo, and its main feature is "Return the old greeting that we all missed!".
Extension Screenshots
Download Hello, Roblox! Extension CRX File
Download Hello, Roblox! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox
Extension Basic Information
Name | Hello, Roblox! |
ID | dpceldlkpeeefhaaholbfihfjogjabja |
Official URL | https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja |
Description | Return the old greeting that we all missed! |
File Size | 19.71 KB |
Installation Count | 115 |
Current Version | 0.2.1 |
Last Updated | 2024-01-21 |
Publish Date | 2023-10-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | The_Woozoo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dvuzu/hello-roblox |
Help Page URL | https://github.com/dvuzu/hello-roblox/issues |
Supported Languages | 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*" ] } ] } |