Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT

Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT

Trợ lý giúp việc cho nhà bán hàng trên sàn thương mại điện tử

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT",
  "version": "1.3",
  "description": "Trợ lý giúp việc cho nhà bán hàng trên sàn thương mại điện tử",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "https://lab.tooltok.com/*",
    "https://*.tmall.com/*",
    "https://*.1688.com/*",
    "https://*.taobao.com/*",
    "https://*.shopee.vn/*",
    "https://shopee.vn/*",
    "https://www.lazada.vn/*",
    "storage"
  ],
  "web_accessible_resources": [
    "html/options.html"
  ],
  "background": {
    "scripts": [
      "javascript/tooltok-background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "html/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://detail.1688.com/pic/*",
        "https://www.lazada.vn/products/*",
        "https://detail.1688.com/offer/*",
        "https://*.shopee.vn/*",
        "https://www.amazon.com/*",
        "https://item.taobao.com/*",
        "https://detail.tmall.com/*",
        "https://shopee.vn/*",
        "https://www.lazada.vn/*"
      ],
      "css": [
        "styles/tooltok-detail-pic.css"
      ],
      "js": [
        "html/assets/js/jquery-3.3.1.min.js",
        "javascript/tooltok-detail-pic.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  }
}