Auto Completion Firefox

Examine source code of Auto Completion

Inspect and view changes in Auto Completion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Completion",
  "version": "1.0",
  "description": "Inspired by VSCode auto completion, this web browser extension predicts your word and give you suggestions as you type.",
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "autocompletionWebExtension10@alqassimFirefox"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://discord.com/*",
        "*://keep.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "./icons/icon-16.png",
    "32": "./icons/icon-32.png",
    "48": "./icons/icon-48.png",
    "128": "./icons/icon-128.png"
  }
}

Best Auto Completion Alternatives

Here are some Firefox add-ons that are similar to Auto Completion: