Manga2Text Firefox

Examine source code of Manga2Text

By: Gozea Add-on
Inspect and view changes in Manga2Text source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Manga2Text",
  "version": "0.1",
  "description": "Translate manga pages with serverless AI application",
  "icons": {
    "128": "logo.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "menus",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{56e20c2a-8a9c-4144-8aa5-2522c46dccc8}"
    }
  }
}

Best Manga2Text Alternatives

Here are some Firefox add-ons that are similar to Manga2Text: