Custom Background Roblox
Custom Background for roblox avatar editor
Co to jest Custom Background Roblox?
Custom Background Roblox to rozszerzenie Chrome opracowane przez sk2lly, a jego główną funkcją jest „Custom Background for roblox avatar editor”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Custom Background Roblox
Pobierz pliki rozszerzeń Custom Background Roblox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| Oficjalny URL | https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc |
| Opis | Custom Background for roblox avatar editor |
| Rozmiar pliku | 1.43 MB |
| Liczba instalacji | 1,733 |
| Aktualna Wersja | 3.0.3 |
| Ostatnia Aktualizacja | 2021-12-17 |
| Data Publikacji | 2021-07-05 |
| Ocena | 2.78/5 Łącznie 9 Oceny |
| Deweloper | sk2lly |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | http://paypal.me/sk2lly |
| Obsługiwane Języki | 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"
}
} | |