VolumeProfiles Firefox

Examine source code of VolumeProfiles

By: Sam
Inspect and view changes in VolumeProfiles source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VolumeProfiles",
  "version": "1.0.0",
  "description": "Lưu profile âm lượng/EQ cho từng domain; tự apply khi mở tab; import/export.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "VolumeProfiles",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@volumeprofiles.example",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best VolumeProfiles Alternatives

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