Obox Tools - Friend Remover 2020

Obox Tools - Friend Remover 2020

Friend remover - Easily delete friends with a few clicks or unfriend them all at once.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2021.02.10.1",
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "name": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "matches": [
        "https://m.facebook.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://m.facebook.com/*",
    "https://ffr.oboxtools.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://ffr.oboxtools.com https://www.google.com; object-src https://www.google-analytics.com https://ffr.oboxtools.com https://www.google.com 'self'",
  "web_accessible_resources": [
    "*"
  ],
  "manifest_version": 2
}