AutoDisableTSRC Firefox

Examine source code of AutoDisableTSRC

Inspect and view changes in AutoDisableTSRC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "网页解除限制",
  "version": "1.0",
  "description": "解除网页对文本选择、复制和右键的限制,恢复正常的鼠标操作",
  "author": "opencode",
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-enabler@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "网页解除限制",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "32": "icons/icon-32.svg",
      "48": "icons/icon-48.svg",
      "96": "icons/icon-96.svg"
    }
  },
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "commands": {
    "toggle-enable": {
      "suggested_key": {
        "default": "Ctrl+Shift+X"
      },
      "description": "切换当前网站的复制限制解除状态"
    }
  }
}

Best AutoDisableTSRC Alternatives

Here are some Firefox add-ons that are similar to AutoDisableTSRC: