Force Copy Firefox

Examine source code of Force Copy

Inspect and view changes in Force Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Force Copy",
  "version": "1.0.12",
  "description": "Force Copy Everything",
  "default_locale": "en",
  "icons": {
    "32": "./static/favicon.128.png",
    "96": "./static/favicon.128.png",
    "128": "./static/favicon.128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*",
        "file://*/*"
      ],
      "js": [
        "rZ7agds0y5.js",
        "./content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "worker.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "management",
    "https://*/*",
    "http://*/*",
    "file://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "./static/favicon.128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "force-copy@touchczy.top"
    },
    "gecko_android": {
      "strict_min_version": "91.1.0"
    }
  }
}

Mejores alternativas Force Copy

Aquí hay algunas Firefox add-ons que son similares a Force Copy: