Yandex Wordstat Helper

Yandex Wordstat Helper

SEO-плагин, значительно ускоряющий сбор слов с помощью сервиса wordstat.yandex.ru

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ],
      "matches": [
        "*://old.wordstat.yandex.ru/*",
        "*://old.wordstat.yandex.by/*",
        "*://old.wordstat.yandex.kz/*",
        "*://old.wordstat.yandex.ua/*",
        "*://old.wordstat.yandex.com/*",
        "*://old.www.wordstat.yandex.ru/*",
        "*://old.www.wordstat.yandex.by/*",
        "*://old.www.wordstat.yandex.kz/*",
        "*://old.www.wordstat.yandex.ua/*",
        "*://old.www.wordstat.yandex.com/*",
        "*://wordstat.yandex.ru/*",
        "*://wordstat.yandex.by/*",
        "*://wordstat.yandex.kz/*",
        "*://wordstat.yandex.ua/*",
        "*://wordstat.yandex.com/*",
        "*://www.wordstat.yandex.ru/*",
        "*://www.wordstat.yandex.by/*",
        "*://www.wordstat.yandex.kz/*",
        "*://www.wordstat.yandex.ua/*",
        "*://www.wordstat.yandex.com/*"
      ]
    }
  ],
  "permissions": [
    "clipboardWrite"
  ],
  "version": "2.0",
  "name": "Yandex Wordstat Helper",
  "description": "SEO-плагин, значительно ускоряющий сбор слов с помощью сервиса wordstat.yandex.ru",
  "homepage_url": "http://arcticlab.ru/yandex-wordstat-helper/",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{29b11347-71e6-4927-a743-99651084963d}"
    }
  }
}