Skip silence
Skip silent parts in videos and audio files.
Skip silence là gì?
Skip silence là một tiện ích mở rộng Chrome được phát triển bởi https://vantezzen.io, và tính năng chính của nó là "Skip silent parts in videos and audio files.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Skip silence
Tải xuống các tệp mở rộng Skip silence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
"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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Skip silence |
ID | fhdmkhbefcbhakffdihhceaklaigdllh |
URL Chính Thức | https://chromewebstore.google.com/detail/skip-silence/fhdmkhbefcbhakffdihhceaklaigdllh |
Mô tả | Skip silent parts in videos and audio files. |
Kích Thước Tệp | 1.16 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 5.2.0 |
Cập Nhật Lần Cuối | 2023-08-07 |
Ngày Phát Hành | 2020-06-07 |
Đánh Giá | 4.15/5 Tổng số 88 Đánh Giá |
Nhà Phát Triển | https://vantezzen.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/vantezzen/skip-silence |
URL Trang Trợ Giúp | https://github.com/vantezzen/skip-silence/issues |
URL Trang Chính Sách Bảo Mật | https://hollstein.io/browserprivacy |
Ngôn Ngữ Được Hỗ Trợ | 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", " |