Merch Informer Asin Extractor

Merch Informer Asin Extractor

Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Merch Informer Asin Extractor",
  "description": "",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "Merch Informer Asin Extractor"
  },
  "content_scripts": [
    {
      "matches": [
        "https://merch.amazon.com/*"
      ],
      "js": [
        "scripts/content.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://fonts.googleapis.com; object-src 'self'",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "https://merch.amazon.com/*"
  ],
  "version": "1.0"
}