AltBlox

Roblox alt manager

AltBlox란 무엇입니까?

AltBlox은(는) https://fern.wtf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Roblox alt manager"입니다.

확장 프로그램 스크린샷

screenshot

AltBlox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Alt manager BUT in a plugin
Join a game with alts just simply one click!
*Make sure that you installed BTRoblox before using this plugin*

AltBlox allows you to manage between multiple Roblox accounts and directly play the game that you want.
How does plugin make it work? Well, AltBlox stores your Roblox session tokens (Cookie) in Chrome storage and allows one user to manage multiple Roblox accounts and easily swap between them and play.

If you often swap between multiple Roblox accounts or sometimes use a separate account, this is the extension for you.

Instructions:
https://github.com/Kelvinouo/AltBlox/blob/master/README.md                    

확장 프로그램 기본 정보

이름 AltBlox AltBlox
ID ebbdlahojlpeinplalcmpghhemodkkof
공식 URL https://chromewebstore.google.com/detail/altblox/ebbdlahojlpeinplalcmpghhemodkkof
설명 Roblox alt manager
파일 크기 149 KB
설치 횟수 764
현재 버전 0.47
최근 업데이트 2023-01-29
출시 날짜 2022-07-15
평점 4.08/5 총 12 개의 평점
개발자 https://fern.wtf
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Kelvinouo/AltBlox
도움말 페이지 URL https://github.com/Kelvinouo/AltBlox/issues
개인정보 보호 정책 페이지 URL https://fern.wtf/tos
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AltBlox",
    "action": [],
    "manifest_version": 3,
    "version": "0.47",
    "description": "Roblox alt manager",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/FunCaptcha.js",
                "js\/jquery.js",
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting",
        "cookies",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/games\/",
        "https:\/\/*.roblox.com\/",
        "https:\/\/roblox.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "css\/*.css",
                "js\/*.js",
                "styles.css",
                "content.js",
                "load.js",
                "panel.html",
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/funcaptcha.com\/'; object-src 'self'"
    }
}