AltBlox

Roblox alt manager

AltBloxとは何ですか?

AltBloxはhttps://fern.wtfによって開発されたChromeの拡張機能で、その主な機能は「Roblox alt manager」です。

拡張機能のスクリーンショット

screenshot

AltBlox拡張機能のCRXファイルをダウンロード

AltBlox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}