Web Ease AI: Copilot Firefox

Examine source code of Web Ease AI: Copilot

Inspect and view changes in Web Ease AI: Copilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.87ddb62d.png",
    "32": "icon32.plasmo.38369f2b.png",
    "48": "icon48.plasmo.1958ffe0.png",
    "64": "icon64.plasmo.d4b75682.png",
    "128": "icon128.plasmo.2e986fa7.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.87ddb62d.png",
      "32": "icon32.plasmo.38369f2b.png",
      "48": "icon48.plasmo.1958ffe0.png",
      "64": "icon64.plasmo.d4b75682.png",
      "128": "icon128.plasmo.2e986fa7.png"
    }
  },
  "version": "0.0.24",
  "author": "support@nemati.ai",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "identity",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "listeners.e2dbcfb1.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://mail.google.com/mail/*",
        "https://outlook.live.com/mail/*"
      ],
      "js": [
        "ai-reply.425c8967.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://www.facebook.com/*",
        "https://facebook.com/*"
      ],
      "js": [
        "ai-post.7d779933.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://mail.google.com/mail/*",
        "https://outlook.live.com/mail/*"
      ],
      "js": [
        "ai-reply-popup.b59d52e7.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "context-menu-popup.72229439.js"
      ],
      "css": [
        "context-menu-popup.b5fd3f71.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "image-tools.a5764edc.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://claude.ai/*"
      ],
      "js": [
        "compare-model.1f4a3786.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/app/*",
        "https://claude.ai/*"
      ],
      "js": [
        "ai-chat-assist.a4c69d2e.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "code-assist.df410ef5.js"
      ],
      "exclude_matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://www.facebook.com/*",
        "https://facebook.com/*"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "search-assist.72f54942.js"
      ],
      "css": [
        "context-menu-popup.b5fd3f71.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "input-assist.4375a2aa.js"
      ],
      "exclude_matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://www.facebook.com/*",
        "https://facebook.com/*",
        "https://mail.google.com/mail/*",
        "https://outlook.live.com/mail/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://claude.ai/*",
        "https://www.google.com/search*"
      ],
      "css": [
        "context-menu-popup.b5fd3f71.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "link-preview.4135519c.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "nerd-icon.050119a5.js"
      ],
      "css": [
        "context-menu-popup.b5fd3f71.css"
      ]
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "github-repo.1f23f112.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "js": [
        "reddit-thread.6a9a2af5.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://stackoverflow.com/questions/*"
      ],
      "js": [
        "stackoverflow-question.7cea977e.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://www.facebook.com/*",
        "https://facebook.com/*"
      ],
      "js": [
        "social-medias-ai-reply.5d17264a.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "youtube-video.752e7a2b.js"
      ],
      "css": []
    }
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{97db2bef-e70a-4a74-b303-406a4bbc36d5}"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/audios/*.wav"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>",
    "https://google.com/*",
    "https://pagead2.googlesyndication.com",
    "https://*/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Y",
        "mac": "Command+Y"
      },
      "description": "Open extension"
    },
    "open_nemati_ai_web": {
      "suggested_key": {
        "default": "Ctrl+B",
        "mac": "Command+B"
      },
      "description": "Open Nemati AI website"
    }
  }
}

Best Web Ease AI: Copilot Alternatives

Here are some Firefox add-ons that are similar to Web Ease AI: Copilot: