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
公式URL 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
Eメール [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"
    }
}