Examine source code of Rút gọn link Shopee, Tiki, Lazada

Inspect and view changes in Rút gọn link Shopee, Tiki, Lazada source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "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.0.6",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "shoppe.png",
    "32": "shoppe.png",
    "48": "shoppe.png",
    "128": "shoppe.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "scripts/libs/jquery/jquery.min.js",
      "scripts/libs/lodash/lodash.js",
      "scripts/libs/moment/moment.js",
      "scripts/common.js",
      "scripts/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "shoppe.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}