Don't Touch My Selection

Don't Touch My Selection

Prevents the anti-selection scripts from web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Don't Touch My Selection",
  "version": "1.4",
  "description": "Prevents the anti-selection scripts from web pages.",
  "author": "Ekin Karadeniz ([email protected])",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "48": "icons/dtms-48.png",
    "96": "icons/dtms-96.png"
  },
  "action": {
    "default_title": "Prevent anti-selection",
    "default_icon": {
      "48": "icons/dtms-48.png",
      "96": "icons/dtms-96.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  }
}