AliSync - Cross-Device Synchronization Firefox

Examine source code of AliSync - Cross-Device Synchronization

By: Aide
Inspect and view changes in AliSync - Cross-Device Synchronization source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "*://*.aliexpress.com/*",
    "*://*.aliprice.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aliexpress.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{22ea764b-01f9-431d-bf27-7bb28ae4b62c}"
    }
  }
}

Best AliSync - Cross-Device Synchronization Alternatives

Here are some Firefox add-ons that are similar to AliSync - Cross-Device Synchronization: