WordStater для Wordstat - сбор ключевых слов

WordStater для Wordstat - сбор ключевых слов

WordStater ускоряет сбор ключевых фраз и минус-слов по Яндекс Wordstat, позволяет спрогнозировать кол-во и стоимость кликов

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.0.69",
  "name": "WordStater для Wordstat - сбор ключевых слов",
  "manifest_version": 2,
  "description": "WordStater ускоряет сбор ключевых фраз и минус-слов по Яндекс Wordstat, позволяет спрогнозировать кол-во и стоимость кликов",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "browser_action": {
    "default_title": "WordStater",
    "default_icon": "img/icon-48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "/js/static/*"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardRead",
    "*://wordstat.yandex.ru/*",
    "*://wordstat.yandex.com/*",
    "*://wordstat.yandex.kz/*",
    "*://wordstat.yandex.by/*",
    "*://wordstat.yandex.ua/*",
    "*://wordstat.yandex.com.tr/*",
    "*://old.wordstat.yandex.ru/*",
    "*://old.wordstat.yandex.com/*",
    "*://old.wordstat.yandex.kz/*",
    "*://old.wordstat.yandex.by/*",
    "*://old.wordstat.yandex.ua/*",
    "*://old.wordstat.yandex.com.tr/*",
    "*://www.wordstat.yandex.ru/*",
    "*://www.wordstat.yandex.com/*",
    "*://www.wordstat.yandex.kz/*",
    "*://www.wordstat.yandex.by/*",
    "*://www.wordstat.yandex.ua/*",
    "*://www.wordstat.yandex.com.tr/*",
    "*://wordstat-2.yandex.ru/*",
    "*://wordstat-2.yandex.com/*",
    "*://wordstat-2.yandex.kz/*",
    "*://wordstat-2.yandex.by/*",
    "*://wordstat-2.yandex.ua/*",
    "*://wordstat-2.yandex.com.tr/*",
    "*://www.wordstat-2.yandex.ru/*",
    "*://www.wordstat-2.yandex.com/*",
    "*://www.wordstat-2.yandex.kz/*",
    "*://www.wordstat-2.yandex.by/*",
    "*://www.wordstat-2.yandex.ua/*",
    "*://www.wordstat-2.yandex.com.tr/*",
    "*://direct.yandex.ru/registered/main.pl?cmd=advancedForecast",
    "*://direct.yandex.com/registered/main.pl?cmd=advancedForecast",
    "*://direct.yandex.kz/registered/main.pl?cmd=advancedForecast",
    "*://direct.yandex.by/registered/main.pl?cmd=advancedForecast",
    "*://direct.yandex.ua/registered/main.pl?cmd=advancedForecast",
    "*://direct.yandex.com.tr/registered/main.pl?cmd=advancedForecast",
    "*://uta-manager.ru/*",
    "*://beta.uta-manager.ru/*"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self' https://web.uta-manager.ru 'unsafe-eval'; connect-src https://web.uta-manager.ru; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
}