PopupSound

PopupSound

Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "author": "Terry",
  "version": "0.3",
  "default_locale": "en",
  "offline_enabled": true,
  "icons": {
    "32": "icon_32.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webNavigation",
    "downloads"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}