Connect Sound Notification Firefox

Examine source code of Connect Sound Notification

Inspect and view changes in Connect Sound Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ConnectCloudResearch Sound Notification",
  "short_name": "ConnectNotify",
  "version": "1.4",
  "author": "Jesse Lover",
  "description": "Allows to receive sound notifications from new ConnectCloudResearch Surveys and to receive updates faster than without extension.",
  "background": {
    "scripts": [
      "ExtPay.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "ExtPay.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://connect.cloudresearch.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ba2dcdd5-3ef1-4dba-92ee-d937003d8843}"
    }
  }
}

Best Connect Sound Notification Alternatives

Here are some Firefox add-ons that are similar to Connect Sound Notification: