Reddit User Profile Search Firefox

Examine source code of Reddit User Profile Search

Inspect and view changes in Reddit User Profile Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reddit User Profile Search",
  "version": "1.0.0",
  "description": "A browser extension that analyzes Reddit user profiles using the Gemini API.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.reddit.com/*",
    "https://generativelanguage.googleapis.com/*",
    "https://ai.hackclub.com/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Reddit User Profile Search"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background-firefox.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "lib/webextension-polyfill.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "lib/color-schemes.css"
      ],
      "matches": [
        "*://*.reddit.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "reddit-user-profile-search-derekpohl@gmail.com"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "toggle-extension": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "Toggle the profile analyzer on/off"
    },
    "analyze-profile": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Analyze current user profile"
    }
  }
}

Best Reddit User Profile Search Alternatives

Here are some Firefox add-ons that are similar to Reddit User Profile Search: