Better ROBLOX Logo

This extension gets back the old ROBLOX logo.

What is Better ROBLOX Logo?

Better ROBLOX Logo is a Chrome extension developed by Unknown, and its main feature is "This extension gets back the old ROBLOX logo.".

Extension Screenshots

screenshot

Download Better ROBLOX Logo Extension CRX File

Download Better ROBLOX Logo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pretty much just brings back the old logo on the ROBLOX website.                    

Extension Basic Information

Name Better ROBLOX Logo Better ROBLOX Logo
ID ncbicbgeegipcfhebdekkdlekodpmone
Official URL https://chromewebstore.google.com/detail/better-roblox-logo/ncbicbgeegipcfhebdekkdlekodpmone
Description This extension gets back the old ROBLOX logo.
File Size 138 KB
Installation Count 15,318
Current Version 2.0
Last Updated 2022-02-22
Publish Date 2017-02-12
Rating 4.28/5 Total 152 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better ROBLOX Logo",
    "description": "This extension gets back the old ROBLOX logo.",
    "version": "2.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*.png"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ]
        }
    ]
}