Tự động download tải ảnh video trên shopee

Tự động download tải ảnh video trên shopee

Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tự động download tải ảnh video trên shopee",
  "version": "7.8",
  "description": "Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "author": "Hoàng Dũng",
  "action": {
    "default_title": "Hukata save - Tự động download tải ảnh video trên shopee",
    "default_popup": "popup2.html"
  },
  "permissions": [
    "storage",
    "downloads",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://shopee.vn/*"
      ],
      "js": [
        "popup.js",
        "popup2.js",
        "popup3.js",
        "popup4.js",
        "popup4.js",
        "jquery.js",
        "background.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}