Custom Background Roblox

Custom Background for roblox avatar editor

什麼是Custom Background Roblox?

Custom Background Roblox是由sk2lly開發的Chrome擴展程式,該擴展的主要功能是“Custom Background for roblox avatar editor”。

擴展截圖

screenshot

下載Custom Background Roblox擴展crx文件

下載Custom Background Roblox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF                    

擴展基本資訊

名稱 Custom Background Roblox Custom Background Roblox
ID oekdeefnfjmoojcdkmlbplpdnikfmdlc
官方網址 https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc
簡介 Custom Background for roblox avatar editor
檔案大小 1.43 MB
安裝次數 1,733
目前版本 3.0.3
更新時間 2021-12-17
上架時間 2021-07-05
評分 2.78/5 共 9 次評分
開發者 sk2lly
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://paypal.me/sk2lly
支援的語言 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"
    }
}