Detailed SEO Extension

Detailed SEO Extension

Get SEO insights at the click of a button to any website you're currently on. Built by full-time SEO's for daily analysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "author": "Detailed.com",
  "version": "1.3.7",
  "icons": {
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "http://*/",
    "https://*/",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/128.png"
    },
    "default_title": "Detailed SEO Extension",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "page": "pages/background.html"
  },
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "js/content.js",
    "css/google.css"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.google.com.ua/search?*",
        "https://*.google.tn/search?*",
        "https://*.google.co.th/search?*",
        "https://*.google.com.tr/search?*",
        "https://*.google.no/search?*",
        "https://*.google.com.my/search?*",
        "https://*.google.mx/search?*",
        "https://*.google.ma/search?*",
        "https://*.google.lu/search?*",
        "https://*.google.com.lb/search?*",
        "https://*.google.it/search?*",
        "https://*.google.ie/search?*",
        "https://*.google.fi/search?*",
        "https://*.google.es/search?*",
        "https://*.google.cz/search?*",
        "https://*.google.co/search?*",
        "https://*.google.ca/search?*",
        "https://*.google.at/search?*",
        "https://*.google.com/search?*",
        "https://*.google.com.au/search?*",
        "https://*.google.ch/search?*",
        "https://*.google.com.hk/search?*",
        "https://*.google.co.jp/search?*",
        "https://*.google.co.uk/search?*",
        "https://*.google.fr/search?*",
        "https://*.google.de/search?*",
        "https://*.google.ru/search?*",
        "https://*.google.be/search?*",
        "https://*.google.ae/search?*",
        "https://*.google.nl/search?*",
        "https://*.google.dk/search?*"
      ],
      "js": [
        "js/googleScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d1f7c5e-0f6f-4bba-82a3-04d859512523}"
    }
  }
}