Seo  панель xtool_checker для Sape,Seopult ...

Seo панель xtool_checker для Sape,Seopult ...

Plugin for Sape.ru from Xtool.ru

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Панель xtool_checker для sape.ru",
  "version": "5.1.64",
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "downloads",
    "webNavigation",
    "<all_urls>"
  ],
  "description": "Проверка трастовости xt в Яндексе (xtool.ru).",
  "background": {
    "page": "content/background.html"
  },
  "icons": {
    "48": "content/images/xtool.png"
  },
  "applications": {
    "gecko": {
      "id": "{0C091FD9-AB96-47e6-BDFA-5F79B554DD5B}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*/*"
      ],
      "run_at": "document_end",
      "js": [
        "content/xtconst.js",
        "content/punycode.js",
        "content/xtbrowsertools.js",
        "content/xtthread.js",
        "content/xtcontenttools.js",
        "content/xtbtnmanager.js",
        "content/contentscript.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "XTool checker",
    "default_icon": "content/images/xtool.png",
    "default_popup": "content/popup.html",
    "browser_style": false
  },
  "options_ui": {
    "page": "content/options.html",
    "open_in_tab": true,
    "browser_style": false
  }
}