Advanced Web Text Extractor Firefox

Examine source code of Advanced Web Text Extractor

By: Go88
Inspect and view changes in Advanced Web Text Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Advanced Web Text Extractor",
  "version": "1.0",
  "description": "Extract, filter, and format text from web pages with advanced features",
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "contextMenus",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{80622277-41c4-4514-af3e-2a41be4cdcf4}"
    }
  }
}

Best Advanced Web Text Extractor Alternatives

Here are some Firefox add-ons that are similar to Advanced Web Text Extractor: