Hello, Roblox!
Return the old greeting that we all missed!
Co je Hello, Roblox!?
Hello, Roblox! je rozšíření Chrome vyvinuté The_Woozoo, a jeho hlavní funkcí je „Return the old greeting that we all missed!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hello, Roblox!
Stáhněte si soubory rozšíření Hello, Roblox! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox
Základní Informace o Rozšíření
Název | Hello, Roblox! |
ID | dpceldlkpeeefhaaholbfihfjogjabja |
Oficiální URL | https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja |
Popis | Return the old greeting that we all missed! |
Velikost souboru | 19.71 KB |
Počet instalací | 115 |
Aktuální Verze | 0.2.1 |
Poslední Aktualizace | 2024-01-21 |
Datum Vydání | 2023-10-09 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | The_Woozoo |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/dvuzu/hello-roblox |
URL Stránky Nápovědy | https://github.com/dvuzu/hello-roblox/issues |
Podporované Jazyky | 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*" ] } ] } |