Blog Quest Firefox

Examine source code of Blog Quest

Inspect and view changes in Blog Quest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Blog Quest",
  "version": "2026.4.1",
  "description": "Collect Blogs and RSS feeds as you browse",
  "homepage_url": "https://github.com/robalexdev/blog-quest",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "browser-polyfill.js",
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_title": "Blog Quest",
    "default_icon": {
      "16": "/action-inactive-16.png",
      "19": "/action-inactive-19.png",
      "32": "/action-inactive-32.png",
      "38": "/action-inactive-38.png"
    }
  },
  "background": {
    "page": "src/background-page.html",
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{324e7b43-b1fa-4f06-ad05-cd4b3e6b6249}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Blog Quest Alternatives

Here are some Firefox add-ons that are similar to Blog Quest: