Pinterest extra

Pinterest extra

Pinterest extra allows it users to view the analytics of pins aswell as downloading them!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "1.0.1",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.pinterest.com/*"
  ],
  "optional_permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {},
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.pinterest.at/*",
        "https://*.pinterest.ca/*",
        "https://*.pinterest.ch/*",
        "https://*.pinterest.cl/*",
        "https://*.pinterest.co.kr/*",
        "https://*.pinterest.com/*",
        "https://*.pinterest.com.au/*",
        "https://*.pinterest.com.mx/*",
        "https://*.pinterest.co.uk/*",
        "https://*.pinterest.de/*",
        "https://*.pinterest.dk/*",
        "https://*.pinterest.es/*",
        "https://*.pinterest.fr/*",
        "https://*.pinterest.ie/*",
        "https://*.pinterest.info/*",
        "https://*.pinterest.it/*",
        "https://*.pinterest.jp/*",
        "https://*.pinterest.nz/*",
        "https://*.pinterest.ph/*",
        "https://*.pinterest.pt/*",
        "https://*.pinterest.ru/*",
        "https://*.pinterest.se/*"
      ],
      "js": [
        "src/pages/contentInjected/index.js"
      ],
      "run_at": "document_start",
      "css": [
        "assets/css/contentStyle1714595040615.chunk.css"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "src/pages/contentUI/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/templates/*.html",
        "assets/css/*.css",
        "assets/img/*.svg",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}