Custom Background Roblox

Custom Background for roblox avatar editor

Custom Background Roblox là gì?

Custom Background Roblox là một tiện ích mở rộng Chrome được phát triển bởi sk2lly, và tính năng chính của nó là "Custom Background for roblox avatar editor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Background Roblox

Tải xuống các tệp mở rộng Custom Background Roblox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Background Roblox Custom Background Roblox
ID oekdeefnfjmoojcdkmlbplpdnikfmdlc
URL Chính Thức https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc
Mô tả Custom Background for roblox avatar editor
Kích Thước Tệp 1.43 MB
Số Lần Cài Đặt 1,733
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2021-12-17
Ngày Phát Hành 2021-07-05
Đánh Giá 2.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển sk2lly
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://paypal.me/sk2lly
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}