Alt Manager for roblox

This extension allows you to manage your roblox alt account.

Hvad er Alt Manager for roblox?

Alt Manager for roblox er en Chrome-udvidelse udviklet af TheEpicFace007, og dens hovedfunktion er "This extension allows you to manage your roblox alt account.".

Udvidelsesskærmbilleder

screenshot

Download Alt Manager for roblox-udvidelses-CRX-fil

Download Alt Manager for roblox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension allow you to manage your roblox alts. It allow you to quickly login into your alts.                    

Grundlæggende oplysninger om udvidelsen

Navn Alt Manager for roblox Alt Manager for roblox
ID jopbalfbfjngfjcpkhecmeaejaigklpj
Officiel URL https://chromewebstore.google.com/detail/alt-manager-for-roblox/jopbalfbfjngfjcpkhecmeaejaigklpj
Beskrivelse This extension allows you to manage your roblox alt account.
Filstørrelse 710 KB
Antal Installationer 1,222
Nuværende Version 1.0.2
Senest Opdateret 2023-01-25
Udgivelsesdato 2022-10-30
Bedømmelse 3.25/5 Samlet 4 Bedømmelser
Udvikler TheEpicFace007
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/TheEpicFace007/roblox-alt-account-manager
Understøttede Sprog 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"
            ]
        }
    ]
}