Tweet Capture & Paste Firefox

Examine source code of Tweet Capture & Paste

By: Benji Add-on
Inspect and view changes in Tweet Capture & Paste source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.1",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "commands": {
    "capture-area": {
      "suggested_key": {
        "default": "Ctrl+Alt+D",
        "mac": "Command+Shift+E"
      },
      "description": "Capture selected area as screenshot"
    },
    "paste-all": {
      "suggested_key": {
        "default": "Ctrl+Alt+V",
        "mac": "Command+Shift+F"
      },
      "description": "Paste captured screenshots and links into Gmail"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content-paste.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tweet-capture@labirentmedya.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Tweet Capture & Paste Alternatives

Here are some Firefox add-ons that are similar to Tweet Capture & Paste: