Save Image to Pinterest on Right Click Firefox

Examine source code of Save Image to Pinterest on Right Click

By: PinSave Add-on
Inspect and view changes in Save Image to Pinterest on Right Click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": {
      "19": "icons/icon_toolbar.png",
      "38": "icons/icon_toolbar@2x.png"
    },
    "default_title": "__MSG_actionTitle__"
  },
  "background": {
    "scripts": [
      "backgroundScript.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "allFrames": false,
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib.js",
        "saveButton.js",
        "pinterestLogin.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "img-src": "self"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "ruleset_1",
        "path": "assets/rules.json"
      }
    ]
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8d83291b-ee1f-4570-b747-ea1e17161e0a}"
    }
  },
  "description": "__MSG_extensionDescription__",
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png",
    "140": "icons/icon_140.png",
    "256": "icons/icon_256.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "permissions": [
    "contextMenus",
    "cookies",
    "storage",
    "activeTab",
    "declarativeNetRequest"
  ],
  "version": "70.0.1",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "index.html",
        "style.css"
      ]
    }
  ]
}

Best Save Image to Pinterest on Right Click Alternatives

Here are some Firefox add-ons that are similar to Save Image to Pinterest on Right Click: