Custom Background Roblox
Custom Background for roblox avatar editor
Wat is Custom Background Roblox?
Custom Background Roblox is een Chrome-extensie ontwikkeld door sk2lly, en de belangrijkste functie is "Custom Background for roblox avatar editor".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Background Roblox
Download Custom Background Roblox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF Basisinformatie over de Extensie
| Naam | |
| ID | oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| Officiële URL | https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| Beschrijving | Custom Background for roblox avatar editor |
| Bestandsgrootte | 1.43 MB |
| Aantal Installaties | 1,733 |
| Huidige Versie | 3.0.3 |
| Laatst Bijgewerkt | 2021-12-17 |
| Publicatiedatum | 2021-07-05 |
| Beoordeling | 2.78/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | sk2lly |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | http://paypal.me/sk2lly |
| Ondersteunde Talen | 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"
}
} | |