SCheckPro

SCheckPro

Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SCheckPro",
  "description": "Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.",
  "version": "16.24",
  "action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery.js",
        "popup.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}