ChronoNews Explorer Firefox

Examine source code of ChronoNews Explorer

Inspect and view changes in ChronoNews Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChronoNews Explorer",
  "version": "1.0",
  "description": "Search and explore news archives from various sources",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://newsapi.org/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chrononews@gmail.com"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best ChronoNews Explorer Alternatives

Here are some Firefox add-ons that are similar to ChronoNews Explorer: