Google Drive Direct Link Generator

Google Drive Direct Link Generator

Instantly convert Google Drive links into direct download URLs with this handy extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Drive Direct Link Generator",
  "version": "1.0",
  "permissions": [
    "clipboardWrite"
  ],
  "description": "Instantly convert Google Drive links into direct download URLs with this handy extension.",
  "action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}