Custom Background Roblox
Custom Background for roblox avatar editor
Apa itu Custom Background Roblox?
Custom Background Roblox adalah ekstensi Chrome yang dikembangkan oleh sk2lly, dan fitur utamanya adalah "Custom Background for roblox avatar editor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Background Roblox
Unduh file ekstensi Custom Background Roblox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF
Informasi Dasar Ekstensi
Nama | Custom Background Roblox |
ID | oekdeefnfjmoojcdkmlbplpdnikfmdlc |
URL Resmi | https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc |
Deskripsi | Custom Background for roblox avatar editor |
Ukuran File | 1.43 MB |
Jumlah Instalasi | 1,733 |
Versi Saat Ini | 3.0.3 |
Terakhir Diperbarui | 2021-12-17 |
Tanggal Publikasi | 2021-07-05 |
Penilaian | 2.78/5 Total 9 Penilaian |
Pengembang | sk2lly |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://paypal.me/sk2lly |
Bahasa yang Didukung | 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" } } |