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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}