Anti Facebook/Analytics Tracking

Anti Facebook/Analytics Tracking

Blocks Facebook and other web tracking events, letting you browse the web safer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Anti Facebook/Analytics Tracking",
  "version": "1.0.0",
  "description": "Blocks Facebook and other web tracking events, letting you browse the web safer.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Anti Facebook Tracking",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "icons/anti-facebook16.png",
    "48": "icons/anti-facebook48.png",
    "128": "icons/anti-facebook128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "manifest_version": 2
}