F.B.(FluffBusting)Purity

F.B.(FluffBusting)Purity

F.B. Purity cleans up and customises Facebook, letting you filter out the junk you dont want to see

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [
        "http://*.facebook.com/ajax/*",
        "https://*.facebook.com/ajax/*",
        "http://www.facebook.com/ai.php*",
        "https://www.facebook.com/ai.php*",
        "https://www.facebook.com/xti.php*",
        "http://www.facebook.com/xti.php*",
        "http://developers.facebook.com/*",
        "https://developers.facebook.com/*",
        "https://www.facebook.com/business/*",
        "https://www.facebook.com/ads/manager*",
        "https://www.facebook.com/adsmanager*",
        "https://business.facebook.com/adsmanager*",
        "https://secure.facebook.com/ads/manager*",
        "https://secure.facebook.com/adsmanager*",
        "https://adsmanager.facebook.com/*"
      ],
      "include_globs": [
        "http://*.facebook.com/*",
        "https://*.facebook.com/*"
      ],
      "js": [
        "script.js"
      ],
      "matches": [
        "http://*.facebook.com/*",
        "https://*.facebook.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": "fbp-16x16.png",
    "default_popup": "fbp-info.html",
    "default_title": "F.B. Purity"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*.facebook.com/*",
    "https://*.facebook.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "fbp-16x16.png",
    "48": "fbp-48x48.png",
    "128": "fbp-128x128.png"
  },
  "name": "F.B.(FluffBusting)Purity",
  "short_name": "F.B. Purity",
  "description": "F.B. Purity cleans up and customises Facebook, letting you filter out the junk you dont want to see",
  "version": "37.1.3.0",
  "homepage_url": "https://www.fbpurity.com",
  "author": "Steve Fernandez",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}