AliOffers - Auto AliExpress Seller Coupons

AliOffers - Auto AliExpress Seller Coupons

Best AliExpress Discount Tools to Get Daily coupons from sellers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AliOffers - Auto AliExpress Seller Coupons",
  "description": "Best AliExpress Discount Tools to Get Daily coupons from sellers.",
  "version": "1.3.2",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/[email protected]",
      "32": "images/[email protected]",
      "48": "images/128x128.png",
      "128": "images/128x128.png",
      "256": "images/256x256.png"
    }
  },
  "icons": {
    "16": "images/[email protected]",
    "48": "images/128x128.png",
    "128": "images/128x128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aliexpress.com/*"
      ],
      "css": [
        "styles/contentscript.css"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.aliexpress.com/*"
      ],
      "css": [
        "styles/contentscript.css"
      ],
      "js": [
        "scripts/contentscript_curated_pages.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "*://*.aliexpress.com/*",
    "management",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "contextMenus"
  ]
}