Qind AI Web Clipper Firefox

Examine source code of Qind AI Web Clipper

By: Qind AI Add-on
Inspect and view changes in Qind AI Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.2.0",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_popup": "src/popup.html"
  },
  "background": {
    "scripts": [
      "src/background/index.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "web-clipper@qind.ai",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting",
    "storage",
    "alarms",
    "contextMenus",
    "notifications"
  ],
  "optional_permissions": [
    "bookmarks"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://qind.ai/*",
        "https://*.qind.ai/*"
      ],
      "js": [
        "src/content/auth-bridge.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://qind.ai/a/*",
        "https://*.qind.ai/a/*"
      ],
      "js": [
        "src/content/element-selector.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Qind AI Web Clipper Alternatives

Here are some Firefox add-ons that are similar to Qind AI Web Clipper: