People Also Ask AI Firefox

Examine source code of People Also Ask AI

By: AWS
Inspect and view changes in People Also Ask AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "People Also Ask AI",
  "version": "1.1.2",
  "description": "Extract and visualize People Also Ask questions from Google and Bing search results",
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://keuocqervitlkhwjqbeg.supabase.co/*"
  ],
  "background": {
    "scripts": [
      "auth.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/*",
        "*://www.bing.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "peoplealsoask@peoplealsoask.ai",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best People Also Ask AI Alternatives

Here are some Firefox add-ons that are similar to People Also Ask AI: