Headline Hopps Firefox

Examine source code of Headline Hopps

By: 9am
Inspect and view changes in Headline Hopps source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.0.0",
  "name": "Headline Hopps",
  "author": "tech.9am@gmail.com",
  "description": "Show all the headlines on a page and navigate between them",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "client.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "logo128.png"
  },
  "browser_action": {
    "default_title": "Headline Hopps",
    "default_icon": "logo128.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f51dcfb-db66-443d-a8da-f0ab89c24b25}"
    }
  }
}

Best Headline Hopps Alternatives

Here are some Firefox add-ons that are similar to Headline Hopps: