Custom Background Roblox

Custom Background for roblox avatar editor

Custom Background Robloxคืออะไร?

Custom Background Roblox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sk2lly และคุณลักษณะหลักของมันคือ "Custom Background for roblox avatar editor"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Background Roblox

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}