Skip silence
Skip silent parts in videos and audio files.
¿Qué es Skip silence?
Skip silence es una extensión de Chrome desarrollada por https://vantezzen.io, y su función principal es "Skip silent parts in videos and audio files.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Skip silence
Descarga archivos de extensión Skip silence en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
"Skip Silence" is a browser extension that allows you to autmatically skip parts of a video that are silent. It is highly inspired by CaryKH's automatic on-the-fly video editing tool (https://www.youtube.com/watch?v=DQ8orIurGxw). The extension works with most websites that use a HTML5 video or audio element to play, this includes YouTube and Instagram. The full source code of this extension is available on https://github.com/vantezzen/skip-silence, if you find any issues or have a question please visit https://github.com/vantezzen/skip-silence/issues. This extension needs the following permissions: - "activeTab" => Access the currently active tab to monitor the video or audio source's volume and speed up and slow down. - "storage" => The extension saves the settings you set using the browser storage We do not collect or save any usage or other data about the users of this extension.
Información Básica de la Extensión
Nombre | Skip silence |
ID | fhdmkhbefcbhakffdihhceaklaigdllh |
URL Oficial | https://chromewebstore.google.com/detail/skip-silence/fhdmkhbefcbhakffdihhceaklaigdllh |
Descripción | Skip silent parts in videos and audio files. |
Tamaño del Archivo | 1.16 MB |
Cantidad de Instalaciones | 10,000 |
Versión Actual | 5.2.0 |
Última Actualización | 2023-08-07 |
Fecha de Publicación | 2020-06-07 |
Calificación | 4.15/5 Total de 88 Calificaciones |
Desarrollador | https://vantezzen.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/vantezzen/skip-silence |
URL de la Página de Ayuda | https://github.com/vantezzen/skip-silence/issues |
URL de la Página de Política de Privacidad | https://hollstein.io/browserprivacy |
Idiomas Soportados | de,en,es |
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", " |