Custom Background Roblox

Custom Background for roblox avatar editor

What is Custom Background Roblox?

Custom Background Roblox is a Chrome extension developed by sk2lly, and its main feature is "Custom Background for roblox avatar editor".

Extension Screenshots

screenshot

Download Custom Background Roblox Extension CRX File

Download Custom Background Roblox 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 extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF                    

Extension Basic Information

Name Custom Background Roblox Custom Background Roblox
ID oekdeefnfjmoojcdkmlbplpdnikfmdlc
Official URL https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc
Description Custom Background for roblox avatar editor
File Size 1.43 MB
Installation Count 1,733
Current Version 3.0.3
Last Updated 2021-12-17
Publish Date 2021-07-05
Rating 2.78/5 Total 9 Ratings
Developer sk2lly
Email [email protected]
Payment Type free
Help Page URL http://paypal.me/sk2lly
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Background Roblox",
    "description": "Custom Background for roblox avatar editor",
    "version": "3.0.3",
    "content_scripts": [
        {
            "js": [
                "\/js\/bg.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "BG_128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs=' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/roblox.com; object-src 'self'",
    "browser_action": {
        "default_icon": "bg.png"
    }
}