ReplyHunter Firefox

Examine source code of ReplyHunter

Inspect and view changes in ReplyHunter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ReplyHunter",
  "version": "1.2.1",
  "description": "Stop wasting replies on low-value X posts. See engagement, competition, and timing before you reply. Reply strategically.",
  "browser_specific_settings": {
    "gecko": {
      "id": "roey.tech.ai@gmail.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "alarms"
  ],
  "host_permissions": [
    "https://*.x.com/*",
    "https://*.twitter.com/*",
    "https://*.supabase.co/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.x.com/*",
        "*://*.twitter.com/*"
      ],
      "js": [
        "scripts/auth.js",
        "scripts/constants.js",
        "scripts/utils.js",
        "scripts/calculations.js",
        "scripts/arp_calculations.js",
        "scripts/arp.js",
        "scripts/onboarding.js",
        "scripts/content_script.js"
      ],
      "css": [
        "styles/content.css",
        "styles/arp.css",
        "styles/onboarding.css"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self'; font-src 'self'; img-src 'self' data:; object-src 'none'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "icons/*"
      ],
      "matches": [
        "*://*.x.com/*",
        "*://*.twitter.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Melhores alternativas ReplyHunter

Aqui estão algumas Firefox add-ons que são similares a ReplyHunter: