CMC Online Security

CMC Online Security

Lưu ý: Tiện ích này chỉ hoạt động trên máy tính có sử dụng phần mềm diệt virus CMC. Tải về tại: cmccybersecurity.com CMC Online…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CMC Online Security",
  "version": "0.13.5",
  "icons": {
    "16": "normal_16px.png",
    "24": "normal_24px.png",
    "32": "normal_32px.png",
    "44": "normal_44px.png",
    "48": "normal_48px.png",
    "64": "normal_64px.png",
    "128": "normal_128px.png",
    "150": "normal_150px.png",
    "256": "normal_256px.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "permissions": [
    "nativeMessaging",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content_start.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content_end.js"
      ],
      "css": [
        "spoiler_style.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "Defense/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}