NoBlur HD

NoBlur HD

reveal blurred images on 'Who likes you' for non Tinder Plus/Gold members

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "dinweldik e.U",
  "name": "NoBlur HD",
  "version": "0.0.1",
  "description": "reveal blurred images on 'Who likes you' for non Tinder Plus/Gold members",
  "permissions": [
    "tabs",
    "http://tinder.com/app/likes-you",
    "https://tinder.com/app/likes-you"
  ],
  "background": {
    "scripts": [
      "content.js"
    ]
  },
  "icons": {
    "256": "fire_emoji_apple.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}