Custom Background Roblox
Custom Background for roblox avatar editor
Qu'est-ce que Custom Background Roblox ?
Custom Background Roblox est une extension Chrome développée par sk2lly, et sa fonction principale est "Custom Background for roblox avatar editor".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Background Roblox
Téléchargez les fichiers d'extension Custom Background Roblox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF
Informations de Base sur l'Extension
Nom | Custom Background Roblox |
ID | oekdeefnfjmoojcdkmlbplpdnikfmdlc |
URL Officiel | https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc |
Description | Custom Background for roblox avatar editor |
Taille du Fichier | 1.43 MB |
Nombre d'Installations | 1,733 |
Version Actuelle | 3.0.3 |
Dernière Mise à Jour | 2021-12-17 |
Date de Publication | 2021-07-05 |
Évaluation | 2.78/5 Total 9 Évaluations |
Développeur | sk2lly |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://paypal.me/sk2lly |
Langues Prises en Charge | 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" } } |