Sponsored Questions Extension Firefox

Examine source code of Sponsored Questions Extension

Inspect and view changes in Sponsored Questions Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.2577fc03.png",
    "32": "icon32.plasmo.d583dc1e.png",
    "48": "icon48.plasmo.e0fcfb1d.png",
    "64": "icon64.plasmo.e6259081.png",
    "128": "icon128.plasmo.96a1ede9.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2577fc03.png",
      "32": "icon32.plasmo.d583dc1e.png",
      "48": "icon48.plasmo.e0fcfb1d.png",
      "64": "icon64.plasmo.e6259081.png",
      "128": "icon128.plasmo.96a1ede9.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.2",
  "author": "Sharath",
  "name": "Sponsored Questions Extension",
  "description": "Browser extension that extracts webpage content and displays related and sponsored questions in a horizontal pill bar.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.dc57ce6c.js"
      ],
      "all_frames": false,
      "run_at": "document_end",
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.css",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "contents.85d3bffc.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "questions-extension@prorata.ai",
      "data_collection_permissions": {
        "description": "This extension collects the content of web pages you visit to analyze the topic and display relevant questions related to the page content. This data is used solely to provide contextual question recommendations.",
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best Sponsored Questions Extension Alternatives

Here are some Firefox add-ons that are similar to Sponsored Questions Extension: