Offline AI Detector Firefox

Examine source code of Offline AI Detector

By: Arthur
Inspect and view changes in Offline AI Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Real Ink?",
  "version": "1.3.0",
  "description": "Finds AI-generated paragraphs and highlights them. Checks vocabulary, rhythm, structure. 100% offline, zero tracking.",
  "permissions": [
    "storage",
    "menus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "realink@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "toggle-detection": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "Toggle AI detection on/off"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "worker.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Offline AI Detector Alternatives

Here are some Firefox add-ons that are similar to Offline AI Detector: