Pinterest Autopilot Firefox

Examine source code of Pinterest Autopilot

Inspect and view changes in Pinterest Autopilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CF Pinterest Autopilot",
  "version": "2.0.0",
  "description": "Autopilot publisher — posts queued products to Pinterest automatically.",
  "browser_specific_settings": {
    "gecko": {
      "id": "cf-pinterest-autopilot@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "alarms",
    "clipboardWrite",
    "clipboardRead",
    "https://www.pinterest.com/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.pinterest.com/pin-builder/*",
        "https://www.pinterest.com/pin/creation/*"
      ],
      "js": [
        "content/pinterest.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  }
}

Best Pinterest Autopilot Alternatives

Here are some Firefox add-ons that are similar to Pinterest Autopilot: