WriteFastly AI (Writing, rewrite, translate) Firefox

Examine source code of WriteFastly AI (Writing, rewrite, translate)

Inspect and view changes in WriteFastly AI (Writing, rewrite, translate) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WriteFastly AI (Writing, rewrite, translate)",
  "version": "1.1.6",
  "description": "AI-powered writing assistant to enhance, rewrite & translate using GPT, Claude, Gemini, LLaMA, and Grok AI models",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "tabs",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "page": "background.html",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css",
        "sidebar.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "WriteFastly AI",
    "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",
    "192": "icons/icon192.png"
  },
  "author": "WriteFastly AI Team",
  "homepage_url": "https://writefastly.com",
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "sidebar.js",
        "popup.html",
        "popup.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "support@writefastly.com",
      "strict_min_version": "112.0"
    }
  }
}

Best WriteFastly AI (Writing, rewrite, translate) Alternatives

Here are some Firefox add-ons that are similar to WriteFastly AI (Writing, rewrite, translate):