Friends Remover Firefox

Examine source code of Friends Remover

Inspect and view changes in Friends Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Friends Remover",
  "version": "1.6",
  "homepage_url": "https://friendsremover.xyz",
  "description": "Simply remove your Roblox friends quickly and efficiently with Friends Remover!",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "notifications",
    "cookies",
    "alarms",
    "contextMenus",
    "*://*.roblox.com/*",
    "*://create.roblox.com/*",
    "https://*.rbxcdn.com/*",
    "https://fmreports.zapgloob.workers.dev/*",
    "https://notifications.zapgloob.workers.dev/*",
    "https://fonts.googleapis.com/*",
    "https://fonts.gstatic.com/*",
    "https://raw.githubusercontent.com/*",
    "https://api.github.com/*"
  ],
  "background": {
    "scripts": [
      "src/utils/chrome-polyfill.js",
      "src/utils/server-storage.js",
      "src/utils/storage-manager.js",
      "src/utils/api-status.js",
      "src/scripts/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/*",
        "*://create.roblox.com/*"
      ],
      "js": [
        "src/scripts/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "src/pages/popup.html",
    "default_title": "Friends Remover",
    "default_icon": {
      "16": "ICONS/icon.png",
      "32": "ICONS/icon.png",
      "48": "ICONS/icon.png",
      "128": "ICONS/icon.png"
    }
  },
  "icons": {
    "16": "ICONS/icon.png",
    "32": "ICONS/icon.png",
    "48": "ICONS/icon.png",
    "128": "ICONS/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "roblox-friends-manager-unique-2025@example.com"
    }
  },
  "web_accessible_resources": [
    "src/pages/settings.html",
    "src/styles/settings.css",
    "src/scripts/settings.js",
    "src/scripts/chart.min.js",
    "src/utils/sanitize.js",
    "src/utils/localization.js",
    "src/utils/api-status.js",
    "src/locales/en.json",
    "src/locales/es.json",
    "src/locales/fr.json",
    "ICONS/icon.png",
    "ICONS/logo-popup.png",
    "ICONS/logo-settings.png"
  ],
  "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' https: data:; object-src 'self'"
}

Best Friends Remover Alternatives

Here are some Firefox add-ons that are similar to Friends Remover: