InfoFlow Clipper Firefox

Examine source code of InfoFlow Clipper

Inspect and view changes in InfoFlow Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-extension@infoflow.app"
    }
  },
  "name": "__MSG_extensionName__",
  "version": "2.0.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "src/pages/background/index.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": "images/icon.png"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png",
    "192": "images/icon.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "src/pages/contentInjected/index.js"
      ],
      "css": [
        "assets/css/contentStyle1741191625761.chunk.css"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "src/pages/contentUI/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "images/*.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "options_ui": {
    "page": "src/pages/options/index.html",
    "browser_style": false
  }
}

Best InfoFlow Clipper Alternatives

Here are some Firefox add-ons that are similar to InfoFlow Clipper: