Archiphilo Firefox

Examine source code of Archiphilo

Inspect and view changes in Archiphilo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Archiphilo",
  "version": "0.5.2",
  "description": "Archiphilo",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "alarms",
    "https://archive.ph/*"
  ],
  "icons": {
    "128": "icons/arrow-green-128.png"
  },
  "browser_action": {
    "default_title": "Archiphilo",
    "default_popup": "html/popup.html",
    "default_icon": {
      "128": "icons/arrow-green-128.png"
    }
  },
  "sidebar_action": {
    "default_title": "Archiphilo Settings",
    "default_panel": "html/sidebar.html",
    "default_icon": {
      "128": "icons/arrow-green-128.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "type": "module",
    "persistent": false
  },
  "web_accessible_resources": [
    "icons/*.png",
    "html/offscreen.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://archive.ph/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{03d364e5-6427-4612-ae5c-8d786b4a7fa4}"
    }
  }
}

Best Archiphilo Alternatives

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