PinSort Pro - Sort, Download Images & Videos

PinSort Pro - Sort, Download Images & Videos

PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PinSort Pro - Sort, Download Images & Videos",
  "version": "1.0.1",
  "description": "PinSort Pro: Enhance your Pinterest experience. Sort pins by saves and repins, with the option to easily download images and videos.",
  "permissions": [
    "activeTab",
    "https://api.pinterest.com/*",
    "downloads"
  ],
  "host_permissions": [
    "http://127.0.0.1:5000/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "logo.png"
  },
  "background.service_worker": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://in.pinterest.com/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}