Free Seo Tool

Free Seo Tool

Công cụ hỗ trợ và phát triển SEO

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Seo Tool",
  "description": "Công cụ hỗ trợ và phát triển SEO",
  "version": "1.1.3",
  "manifest_version": 3,
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "tabs",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "*://*/*",
    "https://www.google.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*/*"
    ],
    "ids": [
      "*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "foreground.js",
        "tab_captcha.js"
      ]
    }
  ]
}