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 |
官方網址 | 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" ] } ] } |