Custom Background Roblox
Custom Background for roblox avatar editor
Vad är Custom Background Roblox?
Custom Background Roblox är en Chrome-tillägg utvecklad av sk2lly, och dess huvudfunktion är "Custom Background for roblox avatar editor".
Tilläggsskärmbilder
Ladda ner Custom Background Roblox-förlängningens CRX-fil
Ladda ner Custom Background Roblox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF Grundläggande Information om Tillägg
| Namn | |
| ID | oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| Officiell webbadress | https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| Beskrivning | Custom Background for roblox avatar editor |
| Filstorlek | 1.43 MB |
| Antal Installationer | 1,733 |
| Aktuell Version | 3.0.3 |
| Senast Uppdaterad | 2021-12-17 |
| Publiceringsdatum | 2021-07-05 |
| Betyg | 2.78/5 Totalt 9 Betyg |
| Utvecklare | sk2lly |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | http://paypal.me/sk2lly |
| Stödda Språk | 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"
}
} | |