Roblox Logo Changer

Changes the gray Roblox logo back to the original red one

What is Roblox Logo Changer?

Roblox Logo Changer is a Chrome extension developed by EmojiVIP, and its main feature is "Changes the gray Roblox logo back to the original red one".

Extension Screenshots

screenshot

Download Roblox Logo Changer Extension CRX File

Download Roblox Logo Changer 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

                        This chrome extension allows the gray Roblox logo to change back to the old red one, previous to the newer update to the Roblox website.                    

Extension Basic Information

Name Roblox Logo Changer Roblox Logo Changer
ID hbojkigaehlioofejgdpelgfpeahfpga
Official URL https://chromewebstore.google.com/detail/roblox-logo-changer/hbojkigaehlioofejgdpelgfpeahfpga
Description Changes the gray Roblox logo back to the original red one
File Size 11.92 KB
Installation Count 10,000
Current Version 1.1
Last Updated 2021-04-02
Publish Date 2018-09-27
Rating 4.30/5 Total 81 Ratings
Developer EmojiVIP
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "author": "EmojiVIP",
    "content_scripts": [
        {
            "js": [
                "change.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "description": "Changes the gray Roblox logo back to the original red one",
    "icons": {
        "128": "icons\/roblox128.png",
        "16": "icons\/roblox16.png",
        "48": "icons\/roblox48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXFyDDdcgjM6AQLiXYkIsz4TiO5YtQvD48C\/7gLgi3Cbx9WK+0ual0ckwaqrBNWk7aLyb680UwO4DPAixYT8WxYClTECewstd29mDhM23yKb6h1Ujrxizu3VkscLKNv9NH2hWM5Cih4cuDGNMf0OORtcRE+R+uGYjgEOtMI\/QpJAj+xO+aTZUbdmu2mMO4Q6nAGSYFIVj2wlz\/Mmk+X7m04PDUfVC2o5jy1rZEHgdY4UAOJwItqdpuqUv3y80kaQb+j8KQgUa2tPTRfwZRwTq+sHhyFI3f5doYMQaBBxLpccKwPDAZoPH92qxpii5fHNGWhpKjmrozkGtwDEmsddgwIDAQAB",
    "manifest_version": 2,
    "name": "Roblox Logo Changer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}