QuietStart Firefox

Examine source code of QuietStart

By: Thu
Inspect and view changes in QuietStart source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "QuietStart",
  "version": "1.0.0",
  "description": "Giảm âm lượng 3 giây đầu khi video/audio bắt đầu phát.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@quietstart",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best QuietStart Alternatives

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