Surf Without Login for Pinterest

Surf Without Login for Pinterest

Remove login in box automatically that forces you to login. And surf Pinterest without login

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Remove login in box automatically that forces you to login. And surf Pinterest without login",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "name": "Surf Without Login for Pinterest",
  "permissions": [
    "activeTab",
    "downloads",
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "cookies",
    "storage",
    "management"
  ],
  "version": "1.0.1resigned1",
  "applications": {
    "gecko": {
      "id": "surf_without_login_for_pinteres@surf_without_login_for_pinteres.org"
    }
  }
}