Bulk MS Teams Message Removal

Bulk MS Teams Message Removal

Delete Microsoft Teams messages in bulk. It supports removing messages in channels. (Caveat: it does NOT work for chats at the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bulk MS Teams Message Removal",
  "version": "0.1.1",
  "action": {
    "default_title": "Show the popup",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "compiled/background.js"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "host_permissions": [
    "https://login.microsoftonline.com/common/oauth2/v2.0/*",
    "https://api.lemonsqueezy.com/v1/*",
    "https://graph.microsoft.com/v1.0/teams/*"
  ],
  "manifest_version": 3
}