Instant Ba-dum-tss sound

Instant Ba-dum-tss sound

To enhance the effect of your great jokes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Instant Ba-dum-tss sound",
  "short_name": "Ba dum tss",
  "description": "To enhance the effect of your great jokes",
  "version": "1.1",
  "permissions": [],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "page": "background.html"
  }
}