AltBlox

Roblox alt manager

AltBloxคืออะไร?

AltBlox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fern.wtf และคุณลักษณะหลักของมันคือ "Roblox alt manager"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AltBlox

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
    }
}