Roblokis
Customize Roblox the way you want it.
Roblokis란 무엇입니까?
Roblokis은(는) Ameer!에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize Roblox the way you want it."입니다.
확장 프로그램 스크린샷
Roblokis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Roblokis is extension to enable or disable custom features and design your own custom theme for roblox website. please contact me for any in-consistencies rather than rating the extension 1 star and stating the problem in the rating. Roblokis has; - the best roblox site designer - better servers, badges and game cards design - custom themes - quick game join buttons on home page - small servers section for servers with few players and more features. it "PARTIALLY" supports BTRoblox, RoPro, RoGold, Roblox+ and Roseal. Roblokis will Never Gonna Give You Up, and Never Gonna Let You Down...
확장 프로그램 기본 정보
이름 | Roblokis |
ID | olofnhaecbnacbmgcknhcnacnffepkij |
공식 URL | https://chromewebstore.google.com/detail/roblokis/olofnhaecbnacbmgcknhcnacnffepkij |
설명 | Customize Roblox the way you want it. |
파일 크기 | 429 KB |
설치 횟수 | 31,577 |
현재 버전 | 4.0.1.0 |
최근 업데이트 | 2024-02-06 |
출시 날짜 | 2021-08-07 |
평점 | 4.03/5 총 131 개의 평점 |
개발자 | Ameer! |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ameerdotexe.github.io/roblokis/ |
도움말 페이지 URL | https://ameerdotexe.github.io/roblokis/ |
지원되는 언어 | id,de,en,fr,tr,es,it,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0.1.0", "author": "Ameer!", "name": "Roblokis", "description": "__MSG_extDesc__", "default_locale": "en", "options_page": "html\/Popup\/Popup.html", "homepage_url": "https:\/\/ameerdotexe.github.io\/roblokis\/", "incognito": "split", "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "https:\/\/*\/*.png", "https:\/\/*\/*.jpg", "https:\/\/*\/*.jpeg", "https:\/\/*\/*.gif", "https:\/\/*\/*.webp", "https:\/\/*\/*.svg", "https:\/\/*\/*.bmp" ], "background": { "service_worker": "Background.js" }, "web_accessible_resources": [ { "resources": [ "*.*" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "extension_ids": [] } ], "icons": { "300": "\/images\/icons\/icon_300x300.png" }, "action": { "default_popup": "html\/Popup\/Popup.html", "default_icon": { "300": "\/images\/icons\/icon_300x300.png" }, "default_title": "Roblokis" }, "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/*" ], "js": [ "js\/Main\/Utility.js", "js\/Main\/General.js", "js\/Theme\/ThemeLoader.js", "js\/Pages\/all.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.roblox.com\/users\/*" ], "js": [ "js\/Pages\/user.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.roblox.com\/games\/*" ], "js": [ "js\/Pages\/game.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.roblox.com\/roblokis*" ], "js": [ "html\/SettingsPage\/SettingsPage.js", "html\/SettingsPage\/Pages\/Main\/designer.js", "html\/SettingsPage\/Pages\/GamePage\/servers.js" ], "css": [ "html\/SettingsPage\/SettingsPage.css" ], "run_at": "document_start" } ] } |