Alt Manager for roblox
This extension allows you to manage your roblox alt account.
Alt Manager for roblox란 무엇입니까?
Alt Manager for roblox은(는) TheEpicFace007에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to manage your roblox alt account."입니다.
확장 프로그램 스크린샷
Alt Manager for roblox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allow you to manage your roblox alts. It allow you to quickly login into your alts.
확장 프로그램 기본 정보
이름 | Alt Manager for roblox |
ID | jopbalfbfjngfjcpkhecmeaejaigklpj |
공식 URL | https://chromewebstore.google.com/detail/alt-manager-for-roblox/jopbalfbfjngfjcpkhecmeaejaigklpj |
설명 | This extension allows you to manage your roblox alt account. |
파일 크기 | 710 KB |
설치 횟수 | 1,222 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-01-25 |
출시 날짜 | 2022-10-30 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | TheEpicFace007 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/TheEpicFace007/roblox-alt-account-manager |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Alt Manager for roblox", "version": "1.0.2", "icons": { "1000": "assets\/icons\/favicon.png" }, "description": "This extension allows you to manage your roblox alt account.", "homepage_url": "https:\/\/github.com\/TheEpicFace007\/roblox-alt-account-manager", "short_name": "Alt Manager", "permissions": [ "storage", "cookies" ], "action": { "default_popup": "popup.html", "default_icon": { "1000": "assets\/icons\/favicon.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false, "browser_style": false }, "background": { "service_worker": "js\/background.bundle.js" }, "host_permissions": [ "https:\/\/*.roblox.com\/*", "http:\/\/*.roblox.com\/*", "https:\/\/roblox.com\/*", "http:\/\/roblox.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.roblox.com\/*", "https:\/\/*.roblox.com\/*", "http:\/\/roblox.com\/*", "https:\/\/roblox.com\/*" ], "js": [ "js\/contentScript.bundle.js" ] } ] } |