Delenda: Elimina messaggi Slack Firefox

Examine source code of Delenda: Elimina messaggi Slack

By: Anto Add-on
Inspect and view changes in Delenda: Elimina messaggi Slack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Delenda",
  "version": "1.0.1",
  "description": "Slack delenda est — seleziona ed elimina in blocco i messaggi su Slack.",
  "author": "Antonello Venturino",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "*://*.slack.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://app.slack.com/*",
        "*://*.slack.com/client/*",
        "*://*.slack.com/messages/*",
        "*://*.slack.com/archives/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Delenda — Slack delenda est",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-panel": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Apri/chiudi il pannello Delenda"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "delenda@antonelloventurino.me",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Delenda: Elimina messaggi Slack Alternatives

Here are some Firefox add-ons that are similar to Delenda: Elimina messaggi Slack: