Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Roblox Mass User Unblocker",
"version": "1.2.1",
"description": "Safely mass unblock users from your Roblox blocked list with rate limiting",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.roblox.com\/*",
"https:\/\/apis.roblox.com\/*",
"https:\/\/users.roblox.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.roblox.com\/my\/account*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}