RoPlus - Up Your Roblox Theme
Users can add their own background image and a unique custom color scheme for their Roblox profile.
RoPlus - Up Your Roblox Theme란 무엇입니까?
RoPlus - Up Your Roblox Theme은(는) DevTopia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Users can add their own background image and a unique custom color scheme for their Roblox profile."입니다.
확장 프로그램 스크린샷
RoPlus - Up Your Roblox Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Users can add their own background image and a unique custom color scheme for their Roblox profile. [Latest Updates v.1.5.4] - Added video wallpaper support. Upload video wallpaper. - Fixed alert box bug - Fixed minor UI bugs - Improve UI design minor [Latest Updates v.1.5.3] - Fixed bug where the colors would only change for one page - Fixed minor UI bugs - Improve UI design minor [Latest Updates v.1.4.2] - [New Feature] Customize background colors and text colors - Fixed minor bugs that slowed the previous version [Latest Updates v.1.3.1] - [New Feature] Users can now customize their background image. The background image will also be saved until overwritten. - FIXED!!! Substituted the "Image URL upload" with a "File Upload" system. You can now upload downloaded images. - [Bugs] Fixed minor bugs and image upload issue. ------------------------------------------------------------------- ** Stay up to date or Request Future Features ** ------------------------------------------------------------------- Join the Discord: https://discord.gg/5EW65hH6UF Twitter: https://twitter.com/DevTopia_ RoPlus is a third party Chrome browser extension, we are not affiliated with Roblox.
확장 프로그램 기본 정보
이름 | RoPlus - Up Your Roblox Theme |
ID | gdagbfinacglcidekklbmfecndkmicna |
공식 URL | https://chromewebstore.google.com/detail/roplus-up-your-roblox-the/gdagbfinacglcidekklbmfecndkmicna |
설명 | Users can add their own background image and a unique custom color scheme for their Roblox profile. |
파일 크기 | 56.65 MB |
설치 횟수 | 3,007 |
현재 버전 | 1.5.4 |
최근 업데이트 | 2022-11-15 |
출시 날짜 | 2022-03-23 |
평점 | 3.42/5 총 24 개의 평점 |
개발자 | DevTopia |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RoPlus - Up Your Roblox Theme", "description": "Users can add their own background image and a unique custom color scheme for their Roblox profile.", "version": "1.5.4", "icons": { "128": "\/assets\/icon_128.png" }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "service_worker": "\/js\/background.js" }, "content_scripts": [ { "css": [ "\/styles\/style.css", "\/styles\/style.scss" ], "js": [ "\/js\/content_script.js", "\/js\/content.js" ], "matches": [ "https:\/\/www.roblox.com\/*" ] } ], "action": { "default_icon": "\/assets\/icon_128.png", "default_title": "RoPlus" } } |