Alaev SEO Tools: Free Audit & Analysis

Alaev SEO Tools: Free Audit & Analysis

Tools for site analysis and SEO optimization: meta tags, headings, images, links, structured data, indexing and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "__msg_appShortName__",
  "version": "1.0.8",
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://alaev.info",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contentSettings",
    "scripting",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "content_scripts": [
    {
      "js": [
        "contentScripts/content_script.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "contentScripts/numericalSearch/index.js"
      ],
      "matches": [
        "https://*/search*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "contentScripts/wordstat/assets/style.css"
      ],
      "js": [
        "contentScripts/wordstat/index.js"
      ],
      "run_at": "document_start",
      "matches": [
        "https://advq.yandex.com/*",
        "https://advq.yandex.ru/*",
        "https://advq.yandex.kz/*",
        "https://advq.yandex.by/*",
        "https://wordstat.yandex.ru/*",
        "https://wordstat.yandex.com/*",
        "https://old.wordstat.yandex.com/*",
        "https://old.wordstat.yandex.ru/*",
        "https://old.wordstat.yandex.kz/*",
        "https://old.wordstat.yandex.by/*"
      ]
    }
  ]
}