Copy Protected Google Sheets

Copy Protected Google Sheets

Unlock Google sheets file, now you can copy any file easly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copy Protected Google Sheets",
  "description": "Unlock Google sheets file, now you can copy any file easly!",
  "version": "1.0.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*/"
  ]
}