Screenshot Redactor Chrome

Examine source code of Screenshot Redactor

Inspect and view changes in Screenshot Redactor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Screenshot Redactor",
  "short_name": "Redactor",
  "version": "1.0.0",
  "description": "Redact sensitive details from screenshots locally before sharing.",
  "minimum_chrome_version": "114",
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Screenshot Redactor",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_page": "options/options.html",
  "background": {
    "service_worker": "background/service-worker.js",
    "type": "module"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Screenshot Redactor Alternatives

Here are some Chrome extensions that are similar to Screenshot Redactor: