Rút gọn link Shopee, Tiki, Lazada

Rút gọn link Shopee, Tiki, Lazada

Rút gọn link Shopee, Shopee short link, Tạo link tiếp thị liên kết Shopee, Tạo link Affiliate Shopee

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rút gọn link Shopee, Tiki, Lazada",
  "description": "Rút gọn link Shopee, Shopee short link, Tạo link tiếp thị liên kết Shopee, Tạo link Affiliate Shopee",
  "version": "1.1.0",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [],
  "action": {
    "default_icon": {
      "16": "rgl.png",
      "32": "rgl.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "rgl.png",
    "32": "rgl.png",
    "48": "rgl.png",
    "128": "rgl.png"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "options_page": "options.html"
}