MegaExtractor

MegaExtractor

To extract easily on the web, from keywords (therefore targeted), URLs, Emails and phone numbers ! Pour extraire facilement sur le web, à partir de mots clés (donc ciblé), URLs, Emails et numéros de téléphone !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MegaExtractor",
  "version": "1.1",
  "description": "To extract easily on the web, from keywords (therefore targeted), URLs, Emails and phone numbers !",
  "icons": {
    "48": "icons/megaextractor-icon-48x48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "megaextractor.js"
      ]
    }
  ],
  "permissions": [
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bbbcbb86-7838-4dbb-b461-ddc5b217d40b}"
    }
  }
}