Hello, Roblox!
Return the old greeting that we all missed!
Co to jest Hello, Roblox!?
Hello, Roblox! to rozszerzenie Chrome opracowane przez The_Woozoo, a jego główną funkcją jest „Return the old greeting that we all missed!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hello, Roblox!
Pobierz pliki rozszerzeń Hello, Roblox! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox
Podstawowe informacje o rozszerzeniu
Nazwa | Hello, Roblox! |
ID | dpceldlkpeeefhaaholbfihfjogjabja |
Oficjalny URL | https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja |
Opis | Return the old greeting that we all missed! |
Rozmiar pliku | 19.71 KB |
Liczba instalacji | 115 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2024-01-21 |
Data Publikacji | 2023-10-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | The_Woozoo |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/dvuzu/hello-roblox |
Adres URL Strony Pomocy | https://github.com/dvuzu/hello-roblox/issues |
Obsługiwane Języki | 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*" ] } ] } |