Post2Go отслеживание посылок

Post2Go отслеживание посылок

Отслеживание отправлений с Aliexpress, eBay, Amazon и других магазинов на Post2Go.ru Это расширение ищет трек-номера на странице и…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Post2Go отслеживание посылок",
  "short_name": "Post2Go отслеживание посылок",
  "version": "2.3",
  "default_locale": "en",
  "icons": {
    "16": "img/post2go-16.png",
    "48": "img/post2go-48.png",
    "128": "img/post2go-128.png"
  },
  "permissions": [
    "http://post2go.ru/",
    "https://post2go.ru/",
    "tabs",
    "contextMenus",
    "storage"
  ],
  "web_accessible_resources": [
    "img/*.png"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "persistent": true,
    "scripts": [
      "js/post2go_back.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file://*"
      ],
      "run_at": "document_end",
      "js": [
        "js/libs/jquery-2.1.4.min.js",
        "js/libs/jquery.regex.js",
        "js/post2go.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "img/post2go-19.png",
      "38": "img/post2go-38.png"
    },
    "default_title": "Post2Go отслеживание посылок"
  }
}