Roblox 2019

Brings back the 2019 Roblox website

What is Roblox 2019?

Roblox 2019 is a Chrome extension developed by Briann, and its main feature is "Brings back the 2019 Roblox website".

Extension Screenshots

screenshot

Download Roblox 2019 Extension CRX File

Download Roblox 2019 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

                        Brings back the layout of the ROBLOX website in 2019

**You must have LIGHT MODE on for this extension to function properly**

Style/CSS Credits: GalactiCosmo & Loc.                    

Extension Basic Information

Name Roblox 2019 Roblox 2019
ID dckpkfjeghhjmjjlajdclfklcobdccli
Official URL https://chromewebstore.google.com/detail/roblox-2019/dckpkfjeghhjmjjlajdclfklcobdccli
Description Brings back the 2019 Roblox website
File Size 638 KB
Installation Count 8,000
Current Version 1.3
Last Updated 2022-02-07
Publish Date 2021-11-03
Rating 4.33/5 Total 58 Ratings
Developer Briann
Email [email protected]
Payment Type free
Extension Website https://extensions.brianwalczak.com
Help Page URL https://www.brianwalczak.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roblox 2019",
    "description": "Brings back the 2019 Roblox website",
    "version": "1.3",
    "author": "ComplexxBrian",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "roblox.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Roblox 2019",
        "default_icon": "icon.png"
    }
}