Hello, Roblox!
Return the old greeting that we all missed!
Wat is Hello, Roblox!?
Hello, Roblox! is een Chrome-extensie ontwikkeld door The_Woozoo, en de belangrijkste functie is "Return the old greeting that we all missed!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hello, Roblox!
Download Hello, Roblox!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox                     Basisinformatie over de Extensie
| Naam |   |  
| ID | dpceldlkpeeefhaaholbfihfjogjabja | 
| Officiële URL | https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja | 
| Beschrijving | Return the old greeting that we all missed! | 
| Bestandsgrootte | 19.71 KB | 
| Aantal Installaties | 115 | 
| Huidige Versie | 0.2.1 | 
| Laatst Bijgewerkt | 2024-01-21 | 
| Publicatiedatum | 2023-10-09 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | The_Woozoo | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/dvuzu/hello-roblox | 
| Help Pagina-URL | https://github.com/dvuzu/hello-roblox/issues | 
| Ondersteunde Talen | 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*"
            ]
        }
    ]
}  |  |