SoundPalette Firefox

Examine source code of SoundPalette

By: Khanh Add-on
Inspect and view changes in SoundPalette source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundPalette",
  "version": "1.0.0",
  "description": "Thêm âm thanh ngắn khi thao tác web — gán 6–8 âm thanh cho các hành động để tạo trải nghiệm “nhạc hoá” nhẹ.",
  "icons": {
    "48": "icons/48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "soundpalette@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best SoundPalette Alternatives

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