AliExtractor Lite

AliExtractor Lite

AliExtractor is the top tool on the market for AliExpress Product Research!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AliExtractor Lite",
  "short_name": "AliExtractor Lite",
  "version": "2.0.2",
  "description": "AliExtractor is the top tool on the market for AliExpress Product Research!",
  "icons": {
    "16": "images/AliExtractor-Lite2.png",
    "48": "images/AliExtractor-Lite2.png",
    "128": "images/AliExtractor-Lite2.png"
  },
  "browser_action": {
    "default_icon": "images/AliExtractor-Lite2.png",
    "default_popup": "html/button.html"
  },
  "background": {
    "scripts": [
      "js/jquery-2.1.3.min.js",
      "js/jszip/jszip.min.js",
      "js/common.js",
      "js/downloadImages.js",
      "js/prefab_searches.js",
      "js/config.js",
      "js/aliURLHelpers.js",
      "js/getproducts.js",
      "js/savedProduct.js",
      "js/background.js",
      "js/config.js",
      "js/dropifiedCookies.js"
    ]
  },
  "homepage_url": "https://aliextractor.com/",
  "content_security_policy": "script-src 'self' https://chrome.google.com/ https://widget.manychat.com/  https://manychat.com/ https://connect.facebook.net/ 'unsafe-eval' 'sha256-JFALnBq6pndDoTntwWxO/03AIwA2Pj7A2f5GhDWWPUU=' 'sha256-Xi6t3EVFEOUOJ9b0LQHFb5pWDil89B/MXWql/7SsbWw='; object-src 'self'",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.aliexpress.com/*",
        "*://es.aliexpress.com/*",
        "*://fr.aliexpress.com/*",
        "*://pt.aliexpress.com/*",
        "*://*.aliexpress.us/*",
        "*://ru.aliexpress.com/*",
        "*://bestselling.aliexpress.com/*",
        "*://*.dropified.com/*",
        "*://shopifytools-pr-613.herokuapp.com/*"
      ],
      "js": [
        "js/jquery-2.1.3.min.js",
        "js/ui/jquery-ui.js",
        "js/common.js",
        "js/async.min.js",
        "js/contentscript.js",
        "js/bhelpers.js"
      ],
      "css": [
        "js/ui/jquery-ui.min.css",
        "css/onpage.css",
        "css/admitad.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "html/onpage.html",
    "images/*"
  ],
  "permissions": [
    "webRequest",
    "http://*.aliexpress.com/*",
    "https://*.aliexpress.com/*",
    "*://*.aliexpress.us/*",
    "tabs",
    "storage",
    "unlimitedStorage",
    "identity",
    "identity.email",
    "webRequest",
    "webRequestBlocking",
    "cookies"
  ],
  "oauth2": {
    "client_id": "774515174717-8ievvpvqe1de3hri1e8u6kl22cn5t695.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  }
}