Custom Background Roblox
Custom Background for roblox avatar editor
Cos'è Custom Background Roblox?
Custom Background Roblox è un'estensione di Chrome sviluppata da sk2lly, e la sua funzione principale è "Custom Background for roblox avatar editor".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Background Roblox
Scarica i file di estensione Custom Background Roblox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF Informazioni di Base sull'Estensione
| Nome | |
| ID | oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| URL Ufficiale | https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| Descrizione | Custom Background for roblox avatar editor |
| Dimensione del File | 1.43 MB |
| Conteggio Installazioni | 1,733 |
| Versione Corrente | 3.0.3 |
| Ultimo Aggiornamento | 2021-12-17 |
| Data di Pubblicazione | 2021-07-05 |
| Valutazione | 2.78/5 Totale 9 Valutazioni |
| Sviluppatore | sk2lly |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | http://paypal.me/sk2lly |
| Lingue Supportate | 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"
}
} | |