Ad-Free AliExpress — Free AD Blocker and EVA

Ad-Free AliExpress — Free AD Blocker and EVA

Blocks ads and the EVA assistant on aliexpress.com, speeds up the site and ensures the confidentiality of your data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.aliexpress.ru/*",
        "*://*.aliexpress.com/*",
        "*://*.alicdn.com/*",
        "*://*.aliyuncs.com/*",
        "*://*.vk.com/*",
        "*://*.facebook.com/*",
        "*://*.facebook.net/*",
        "*://*.google-analytics.com/*",
        "*://*.googletagmanager.com/*",
        "*://*.yandex.ru/*",
        "*://*.mail.ru/*",
        "*://*.mmstat.com/*",
        "*://fourier.taobao.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "css": [
        "styles/content_all.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "ru",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "options_page": "options.html",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "version": "0.0.5"
}