Skip silence
Skip silent parts in videos and audio files.
什麼是Skip silence?
Skip silence是由https://vantezzen.io開發的Chrome擴展程式,該擴展的主要功能是“Skip silent parts in videos and audio files.”。
擴展截圖
下載Skip silence擴展crx文件
下載Skip silence擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"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. 擴展基本資訊
| 名稱 | |
| ID | fhdmkhbefcbhakffdihhceaklaigdllh |
| 官方網址 | https://chromewebstore.google.com/detail/skip-silence/fhdmkhbefcbhakffdihhceaklaigdllh |
| 簡介 | Skip silent parts in videos and audio files. |
| 檔案大小 | 1.16 MB |
| 安裝次數 | 10,000 |
| 目前版本 | 5.2.0 |
| 更新時間 | 2023-08-07 |
| 上架時間 | 2020-06-07 |
| 評分 | 4.15/5 共 88 次評分 |
| 開發者 | https://vantezzen.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/vantezzen/skip-silence |
| 說明頁面URL | https://github.com/vantezzen/skip-silence/issues |
| 隱私政策頁面URL | https://hollstein.io/browserprivacy |
| 支援的語言 | 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",
" | |