Parser plus

Parser plus

Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов! Google…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Parser plus",
  "version": "1.2",
  "icons": {
    "16": "16_16.jpg",
    "48": "48_48.png",
    "128": "128_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://parser.plus/"
  ],
  "browser_action": {
    "default_title": "Parser plus",
    "default_popup": "popup.html"
  }
}