Recover deleted files

Recover deleted files

Recover deleted files to restore data. Accidentally deleted files, now seeking a way to undelete? The extension made for you!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/bg.js"
  },
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": "images/icon128.png",
    "default_title": "__MSG_appName__"
  },
  "permissions": [
    "contextMenus",
    "sessions"
  ],
  "manifest_version": 3,
  "version": "1.0.2"
}