Pinterst Overlay Killer

Pinterst Overlay Killer

Removes the Overlay at Pinterst when not logged in - so that you can just watch a Pinterest-wall without being logged in

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pinterest Overlay Killer",
  "version": "1.1.1resigned1",
  "description": "Enjoy Pinterest without account or beeing logged in. The Plugin just disables (almost) all annoying overlays",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "64": "icon-64.png"
    }
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "activeTab"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery-3.1.1.min.js",
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@pinterestoverlaykiller"
    }
  }
}