Custom Background Roblox
Custom Background for roblox avatar editor
Custom Background Roblox란 무엇입니까?
Custom Background Roblox은(는) sk2lly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom Background for roblox avatar editor"입니다.
확장 프로그램 스크린샷
Custom Background Roblox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will change the background of the avatar editor on roblox.com ! You can use PNG , JPG , GIF
확장 프로그램 기본 정보
이름 | Custom Background Roblox |
ID | oekdeefnfjmoojcdkmlbplpdnikfmdlc |
공식 URL | https://chromewebstore.google.com/detail/custom-background-roblox/oekdeefnfjmoojcdkmlbplpdnikfmdlc |
설명 | Custom Background for roblox avatar editor |
파일 크기 | 1.43 MB |
설치 횟수 | 1,733 |
현재 버전 | 3.0.3 |
최근 업데이트 | 2021-12-17 |
출시 날짜 | 2021-07-05 |
평점 | 2.78/5 총 9 개의 평점 |
개발자 | sk2lly |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://paypal.me/sk2lly |
지원되는 언어 | 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" } } |