MyDataPortability - data portability tool Firefox

Examine source code of MyDataPortability - data portability tool

By: Henryt
Inspect and view changes in MyDataPortability - data portability tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.0.2",
  "short_name": "MDPT",
  "name": "MyDataPortability tool",
  "description": "Extract data from service providers (websites). User driven data portability tool.",
  "browser_action": {
    "default_title": "MyDataPortability tool",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "commands": {
    "enable-theroom": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Enable/Disable screen scraper"
    }
  },
  "content_scripts": [],
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "notifications"
  ]
}

Best MyDataPortability - data portability tool Alternatives

Here are some Firefox add-ons that are similar to MyDataPortability - data portability tool: