Simple AI Reply Firefox

Examine source code of Simple AI Reply

제작자: Oliver J. Scholten
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"
      ]
    }
  ]
}

최고의 Simple AI Reply 대안

다음은 Simple AI Reply과(와) 유사한 Firefox add-on입니다: