WhatsApp Quick Reply Firefox

Examine source code of WhatsApp Quick Reply

Inspect and view changes in WhatsApp Quick Reply source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WhatsApp Quick Reply",
  "version": "1.0",
  "description": "在WhatsApp Web上存储和自动填充预设回复",
  "permissions": [
    "storage",
    "activeTab",
    "*://web.whatsapp.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{be117953-12f7-49e4-b842-0c4800a76ef7}"
    }
  }
}

Best WhatsApp Quick Reply Alternatives

Here are some Firefox add-ons that are similar to WhatsApp Quick Reply: