Pageswiper Firefox

Examine source code of Pageswiper

Inspect and view changes in Pageswiper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "page-swiper@bclindner.com"
    }
  },
  "name": "Pageswiper",
  "version": "2.0.0",
  "description": "Passively scrapes common data from websites as you browse.",
  "background": {
    "scripts": [
      "dist/sender.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/swiper.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_title": "Pageswiper",
    "default_popup": "/view.html"
  }
}

Best Pageswiper Alternatives

Here are some Firefox add-ons that are similar to Pageswiper: