X Auto Reply 2.0 Firefox

Examine source code of X Auto Reply 2.0

Inspect and view changes in X Auto Reply 2.0 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "X Auto Reply 2.0",
  "version": "2.1.3",
  "description": "Auto comment on X. Utilities for unfollowing non-followers, auto follow, and profile reply links.",
  "permissions": [
    "storage",
    "activeTab",
    "alarms",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "shared-config.js",
      "prompts.js",
      "utilities/profile-reply-links/shared.js",
      "utilities/profile-reply-links/background.js",
      "utilities/unfollow-non-followers/shared.js",
      "utilities/unfollow-non-followers/background.js",
      "utilities/auto-follow/shared.js",
      "utilities/auto-follow/background.js",
      "background.js"
    ]
  },
  "action": {
    "default_title": "X Auto Reply"
  },
  "sidebar_action": {
    "default_title": "X Auto Reply",
    "default_panel": "sidepanel.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*",
        "https://mobile.twitter.com/*"
      ],
      "js": [
        "i18n.js",
        "utilities/profile-reply-links/shared.js",
        "utilities/profile-reply-links/content.js",
        "utilities/unfollow-non-followers/shared.js",
        "utilities/unfollow-non-followers/content.js",
        "utilities/auto-follow/shared.js",
        "utilities/auto-follow/content.js",
        "contentScript.js"
      ]
    }
  ],
  "host_permissions": [
    "https://x.com/*",
    "https://twitter.com/*",
    "https://mobile.twitter.com/*",
    "https://api.openai.com/*",
    "https://generativelanguage.googleapis.com/*",
    "https://ws-reply.longdc.click/*",
    "wss://ws-reply.longdc.click/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://api.openai.com https://generativelanguage.googleapis.com https://ws-reply.longdc.click wss://ws-reply.longdc.click;"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lenhattan17dt1@gmail.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteActivity",
          "websiteContent"
        ]
      }
    }
  }
}

Best X Auto Reply 2.0 Alternatives

Here are some Firefox add-ons that are similar to X Auto Reply 2.0: