PinDownCloud - Pinterest downloader Firefox

Examine source code of PinDownCloud - Pinterest downloader

By: Iván
Inspect and view changes in PinDownCloud - Pinterest downloader source codes across current and past versions
Vidego icon
Looking to download videos? Try the universal video downloader:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.0.6",
  "description": "__MSG_appDesc__",
  "default_locale": "es",
  "browser_specific_settings": {
    "gecko": {
      "id": "pindowncloud@extension.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://www.pinterest.com/*",
    "https://*.pinterest.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.pinterest.com/*",
        "https://*.pinterest.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "http://localhost:3000/*",
        "http://localhost:3001/*",
        "https://*.vercel.app/*",
        "https://*.railway.app/*",
        "https://pindowncloud.com/*",
        "https://www.pindowncloud.com/*",
        "https://*.pindowncloud.com/*"
      ],
      "js": [
        "bridge-detector.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/*",
      "http://localhost:3001/*",
      "https://*.vercel.app/*",
      "https://*.railway.app/*",
      "https://pindowncloud.com/*",
      "https://www.pindowncloud.com/*",
      "https://*.pindowncloud.com/*"
    ]
  }
}

Best PinDownCloud - Pinterest downloader Alternatives

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