GIF Tracking Protection

GIF Tracking Protection

Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "GIF Tracking Protection",
  "short_name": "gif-tracking-protection",
  "version": "0.0.1",
  "author": "Orçun Özdemir",
  "homepage_url": "https://github.com/0x01h/gif-tracking-protection",
  "description": "Protect your privacy from GIF trackers. Strip data parameters from GIF requests and send them through DuckDuckGo proxy.",
  "icons": {
    "48": "icons/48x48.png",
    "96": "icons/96x96.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/48x48.png",
      "96": "icons/96x96.png"
    },
    "default_title": "GIF Tracking Protection",
    "theme_icons": [
      {
        "light": "icons/48x48_white.png",
        "dark": "icons/48x48.png",
        "size": 48
      },
      {
        "light": "icons/96x96_white.png",
        "dark": "icons/96x96.png",
        "size": 96
      }
    ]
  },
  "permissions": [
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  }
}