History Echo Firefox

Examine source code of History Echo

By: Gks
Inspect and view changes in History Echo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "History Echo",
  "version": "1.0",
  "description": "Play a short 'echo' sound when you reopen a page from your history. Echo length varies by how frequently you visit the page.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "history",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "History Echo",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "historyecho@example.com"
    }
  }
}

Best History Echo Alternatives

Here are some Firefox add-ons that are similar to History Echo: