Hello, Roblox!

Return the old greeting that we all missed!

Vad är Hello, Roblox!?

Hello, Roblox! är en Chrome-tillägg utvecklad av The_Woozoo, och dess huvudfunktion är "Return the old greeting that we all missed!".

Tilläggsskärmbilder

screenshot

Ladda ner Hello, Roblox!-förlängningens CRX-fil

Ladda ner Hello, Roblox!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Hello, Roblox! Hello, Roblox!
ID dpceldlkpeeefhaaholbfihfjogjabja
Officiell webbadress https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja
Beskrivning Return the old greeting that we all missed!
Filstorlek 19.71 KB
Antal Installationer 115
Aktuell Version 0.2.1
Senast Uppdaterad 2024-01-21
Publiceringsdatum 2023-10-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare The_Woozoo
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/dvuzu/hello-roblox
Hjälpsida URL https://github.com/dvuzu/hello-roblox/issues
Stödda Språk 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*"
            ]
        }
    ]
}