LeetCode Fail Horn Firefox

Examine source code of LeetCode Fail Horn

Inspect and view changes in LeetCode Fail Horn source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LeetCode Fail Horn",
  "version": "1.0.0",
  "description": "Plays a sad trombone sound when you fail a LeetCode submission. Because you deserve it. 🎺",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/problems/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "sounds/fail.mp3"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "leetcode-fail-horn@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best LeetCode Fail Horn Alternatives

Here are some Firefox add-ons that are similar to LeetCode Fail Horn: