Skip silence
Skip silent parts in videos and audio files.
Skip silence क्या है?
Skip silence https://vantezzen.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip silent parts in videos and audio files."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skip silence एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"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.
एक्सटेंशन की मूल जानकारी
नाम | Skip silence |
ID | fhdmkhbefcbhakffdihhceaklaigdllh |
आधिकारिक URL | 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", " |