Alt Manager for roblox
This extension allows you to manage your roblox alt account.
什么是Alt Manager for roblox?
Alt Manager for roblox是由TheEpicFace007开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to manage your roblox alt account.”。
扩展截图
下载Alt Manager for roblox扩展crx文件
下载Alt Manager for roblox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allow you to manage your roblox alts. It allow you to quickly login into your alts.
扩展基本信息
名称 | Alt Manager for roblox |
ID | jopbalfbfjngfjcpkhecmeaejaigklpj |
官方URL | https://chromewebstore.google.com/detail/alt-manager-for-roblox/jopbalfbfjngfjcpkhecmeaejaigklpj |
简介 | This extension allows you to manage your roblox alt account. |
文件大小 | 710 KB |
安装次数 | 1,222 |
当前版本 | 1.0.2 |
更新时间 | 2023-01-25 |
上架时间 | 2022-10-30 |
评分 | 3.25/5 共4次评分 |
开发者 | TheEpicFace007 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/TheEpicFace007/roblox-alt-account-manager |
支持的语言 | 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" ] } ] } |