Công Cụ Đặt Hàng Tín Mã

Công Cụ Đặt Hàng Tín Mã

Công cụ Đặt hàng của TinMa68.com trên trình duyệt Chrome & Cờ rôm+.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "3.0.8",
  "name": "Công Cụ Đặt Hàng Tín Mã",
  "description": "Công cụ Đặt hàng của TinMa68.com trên trình duyệt Chrome & Cờ rôm+.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/font-awesome.css"
      ],
      "js": [
        "js/jquery.js",
        "js/test.js",
        "js/config.js",
        "js/script.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*"
      ]
    },
    {
      "js": [
        "js/web_service_config.js",
        "js/web_service_script.js"
      ],
      "matches": [
        "http://*.seudo.vn/*",
        "https://*.seudo.vn/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "cookies"
  ],
  "host_permissions": [
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "*://*.tinma.vn/"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "template/*"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "css/*"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "js/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}