eq8 Firefox

Examine source code of eq8

Inspect and view changes in eq8 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "eq8",
  "version": "0.0.3",
  "author": "Tyler Snedigar <snedigart@gmail.com>",
  "homepage_url": "https://github.com/pulse0ne/eq8",
  "description": "HTML5 parametric equalization",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "eq8",
    "default_popup": "popup/popup.html",
    "browser_style": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/webextension-polyfill/browser-polyfill.js",
        "content_scripts/eq8.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "lib/webextension-polyfill/browser-polyfill.js",
      "background_scripts/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9d39a323-6804-444c-b962-96ea2128454c}"
    }
  }
}

Best eq8 Alternatives

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