AliExpress Russia Delivery Method Helper Firefox

Examine source code of AliExpress Russia Delivery Method Helper

Inspect and view changes in AliExpress Russia Delivery Method Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AER Delivery Method Helper",
  "description": "Show all available delivery methods on AliExpress Russia website",
  "version": "1.2",
  "author": "Arseniy Virachev aka Trigger239",
  "browser_specific_settings": {
    "gecko": {
      "id": "aer_dmh@trigger239.github.com"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Click to configure",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aliexpress.ru/item/*"
      ],
      "exclude_matches": [
        "*://m.aliexpress.ru/item/*"
      ],
      "run_at": "document_start",
      "js": [
        "item_inject.js"
      ],
      "css": [
        "aer_dmh.css"
      ]
    },
    {
      "matches": [
        "*://*.aliexpress.ru/wholesale*"
      ],
      "exclude_matches": [
        "*://m.aliexpress.ru/wholesale*"
      ],
      "run_at": "document_start",
      "js": [
        "wholesale_inject.js"
      ],
      "css": [
        "aer_dmh.css"
      ]
    },
    {
      "matches": [
        "*://shoppingcart.aliexpress.ru/orders.htm"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "order_iframe_inject.js"
      ]
    },
    {
      "matches": [
        "*://www.aliexpress.com/p/error/404.html"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "com_404_iframe_inject.js"
      ]
    },
    {
      "matches": [
        "*://login.aliexpress.ru/*"
      ],
      "all_frames": true,
      "js": [
        "login_iframe_inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "item_page_script.js",
    "wholesale_page_script.js",
    "order_iframe_script.js",
    "login_iframe_script.js",
    "com_404_iframe_script.js",
    "images/shipment-question.png",
    "images/loading.svg"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}

Best AliExpress Russia Delivery Method Helper Alternatives

Here are some Firefox add-ons that are similar to AliExpress Russia Delivery Method Helper: