Drive Dialog Dismisser

Drive Dialog Dismisser

Auto-confirms the alerts that appear when you create or move files in a shared Google Drive folder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Drive Dialog Dismisser",
  "description": "Auto-confirms the alerts that appear when you create or move files in a shared Google Drive folder",
  "version": "1.0.1",
  "content_scripts": [
    {
      "js": [
        "assets/content.js-loader-96060030.js"
      ],
      "matches": [
        "https://drive.google.com/drive/*"
      ]
    }
  ],
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "64": "assets/icon64.png",
    "96": "assets/icon96.png",
    "128": "assets/icon128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://drive.google.com/*"
      ],
      "resources": [
        "assets/content.js-fe850ec6.js"
      ],
      "use_dynamic_url": true
    }
  ]
}