SmartAlert Firefox

Examine source code of SmartAlert

By: Nhan
Inspect and view changes in SmartAlert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SmartAlert",
  "version": "1.0",
  "description": "Phát âm báo khác nhau cho Gmail, Slack, Messenger.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*",
        "*://*.slack.com/*",
        "*://*.messenger.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "smartalert@amo",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SmartAlert Alternatives

Here are some Firefox add-ons that are similar to SmartAlert: