Volume Normalizer Firefox

Examine source code of Volume Normalizer

제작자: rique
Inspect and view changes in Volume Normalizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Volume Normalizer",
  "version": "2.0.4",
  "description": "Automatically normalizes video volume on loud websites like X, TikTok, Instagram, YouTube, and more",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "volumenormalizer@antigravity",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://*.twitter.com/*",
        "*://x.com/*",
        "*://*.x.com/*",
        "*://tiktok.com/*",
        "*://*.tiktok.com/*",
        "*://instagram.com/*",
        "*://*.instagram.com/*",
        "*://facebook.com/*",
        "*://*.facebook.com/*",
        "*://youtube.com/*",
        "*://*.youtube.com/*",
        "*://twitch.tv/*",
        "*://*.twitch.tv/*",
        "*://reddit.com/*",
        "*://*.reddit.com/*",
        "*://dailymotion.com/*",
        "*://*.dailymotion.com/*",
        "*://vimeo.com/*",
        "*://*.vimeo.com/*",
        "*://snapchat.com/*",
        "*://*.snapchat.com/*",
        "*://pinterest.com/*",
        "*://*.pinterest.com/*",
        "*://tumblr.com/*",
        "*://*.tumblr.com/*",
        "*://linkedin.com/*",
        "*://*.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  }
}

최고의 Volume Normalizer 대안

다음은 Volume Normalizer과(와) 유사한 Firefox add-on입니다: