Alt Manager for roblox
This extension allows you to manage your roblox alt account.
Qu'est-ce que Alt Manager for roblox ?
Alt Manager for roblox est une extension Chrome développée par TheEpicFace007, et sa fonction principale est "This extension allows you to manage your roblox alt account.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alt Manager for roblox
Téléchargez les fichiers d'extension Alt Manager for roblox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allow you to manage your roblox alts. It allow you to quickly login into your alts.
Informations de Base sur l'Extension
Nom | Alt Manager for roblox |
ID | jopbalfbfjngfjcpkhecmeaejaigklpj |
URL Officiel | https://chromewebstore.google.com/detail/alt-manager-for-roblox/jopbalfbfjngfjcpkhecmeaejaigklpj |
Description | This extension allows you to manage your roblox alt account. |
Taille du Fichier | 710 KB |
Nombre d'Installations | 1,222 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-01-25 |
Date de Publication | 2022-10-30 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | TheEpicFace007 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/TheEpicFace007/roblox-alt-account-manager |
Langues Prises en Charge | 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" ] } ] } |