Web Archive Explorer Firefox

Examine source code of Web Archive Explorer

Por: unnohwn
Inspect and view changes in Web Archive Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Archive Explorer",
  "version": "1.0",
  "description": "Check and create web archives across multiple archiving services",
  "icons": {
    "48": "icons/archive-48.svg",
    "96": "icons/archive-96.svg"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "notifications",
    "*://*.archive.org/*",
    "*://*.archive.is/*",
    "*://*.archive.today/*",
    "*://*.archive.ph/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/archive-48.svg",
      "96": "icons/archive-96.svg"
    },
    "default_title": "Web Archive Explorer",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "icons/*.svg",
    "popup/*"
  ],
  "applications": {
    "gecko": {
      "id": "unnohwn@proton.me",
      "strict_min_version": "58.0"
    }
  }
}

Melhores alternativas Web Archive Explorer

Aqui estão algumas Firefox add-ons que são similares a Web Archive Explorer: