StyleRow Product Clipper

StyleRow Product Clipper

Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.",
  "version": "1.52.0",
  "name": "StyleRow Product Clipper",
  "web_accessible_resources": [
    {
      "resources": [
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "management",
    "contextMenus",
    "activeTab",
    "tabs",
    "storage",
    "scripting",
    "sidePanel"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "include_globs": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "exclude_globs": [
        "chrome://*/*",
        "view-source:*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/SR_favicon-32.png",
    "57": "icons/SR_favicon-57.png",
    "76": "icons/SR_favicon-76.png",
    "96": "icons/SR_favicon-96.png",
    "128": "icons/SR_favicon-128.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "StyleRow Clipper"
  },
  "host_permissions": [
    "*://*/*"
  ]
}