WT-Parser

WT-Parser

Расширение позволяет быстро производить анализ Партнерской сети WebTransfer путем парсинга содержимого страницы 'Ожидаемая прибыль'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "version": "1.2.5",
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ],
      "matches": [
        "http://webtransfer.com/*",
        "https://webtransfer.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Расширение позволяет быстро производить анализ Партнерской сети WebTransfer путем парсинга содержимого страницы 'Ожидаемая прибыль'",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "name": "WT-Parser",
  "page_action": {
    "default_icon": "img/19.png",
    "default_title": "WT-Parser"
  },
  "permissions": [
    "tabs",
    "http://webtransfer.com/*",
    "https://webtransfer.com/*",
    "http://servapi.ru/api/wt_parsing/"
  ]
}