Simple AI Reply Firefox

Examine source code of Simple AI Reply

Inspect and view changes in Simple AI Reply source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Free AI Reply Button",
  "version": "1.0",
  "description": "This simple tool provides a way to generate AI replies to social media posts. It adds buttons to posts to the native applications (for now only Threads), and on click will generate a reply which you can then copy, edit (if needed), and post.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://www.threads.com/*",
    "https://generativelanguage.googleapis.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "48.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@free_ai_reply",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.threads.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Simple AI Reply Alternatives

Here are some Firefox add-ons that are similar to Simple AI Reply: