Hello, Roblox!

Return the old greeting that we all missed!

Qu'est-ce que Hello, Roblox! ?

Hello, Roblox! est une extension Chrome développée par The_Woozoo, et sa fonction principale est "Return the old greeting that we all missed!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hello, Roblox!

Téléchargez les fichiers d'extension Hello, Roblox! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox                    

Informations de Base sur l'Extension

Nom Hello, Roblox! Hello, Roblox!
ID dpceldlkpeeefhaaholbfihfjogjabja
URL Officiel https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja
Description Return the old greeting that we all missed!
Taille du Fichier 19.71 KB
Nombre d'Installations 115
Version Actuelle 0.2.1
Dernière Mise à Jour 2024-01-21
Date de Publication 2023-10-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur The_Woozoo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dvuzu/hello-roblox
URL de la Page d'Aide https://github.com/dvuzu/hello-roblox/issues
Langues Prises en Charge 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*"
            ]
        }
    ]
}