Skip silence

Skip silence

Skip silent parts in videos and audio files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.0b156848.png",
    "48": "icon48.0e126aab.png",
    "128": "icon128.1be0f90d.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.0b156848.png",
      "48": "icon48.0e126aab.png"
    },
    "default_popup": "popup.ed2928d3.html"
  },
  "version": "5.2.0",
  "name": "Skip silence",
  "description": "Skip silent parts in videos and audio files.",
  "author": "vantezzen",
  "background": {
    "scripts": [
      "background.bf6ac6ca.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabCapture",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.e0de02e3.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "commands": {
    "toggle-enable": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Enable/disable Skip Silence for the current tab"
    },
    "toggle-command-bar": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Show/hide the command bar"
    }
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "web_accessible_resources": [
    "contents.180f05c9.css",
    "poppins-devanagari-400-normal.20fc2635.woff2",
    "poppins-all-400-normal.0298587e.woff",
    "poppins-latin-ext-400-normal.9f87e1a8.woff2",
    "poppins-latin-400-normal.53f07e8c.woff2",
    "poppins-devanagari-600-normal.5b72b0b7.woff2",
    "poppins-all-600-normal.29420735.woff",
    "poppins-latin-ext-600-normal.472ef062.woff2",
    "poppins-latin-600-normal.15391d77.woff2",
    "contents.bca2fe1a.png",
    "contents.33174bed.png",
    "contents.0c671a94.png",
    "contents.f8628e6b.png",
    "contents.90c17344.png"
  ]
}