Videoclipper
Videoclipper
Videoclipper क्या है?
Videoclipper CharGPT Sidebar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Videoclipper"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Videoclipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
📹It is often necessary to use a large number of video clips when making web videos, however, collecting these fragmented clips is a very troublesome task, to better solve this problem, we designed a tool called🔧video clipper. ✂️Compared with the tools on the market, 🚀it is more convenient web video clipping tool. 🙅It does not require downloading full videos and no additional editing tools, which greatly improves the efficiency.👍 📌Drag the marker to select the clip you want and start clipping it with one click 🎬Support YouTube, more video platforms will be supported later 👁️ Support up to 1080P 🧹Automatically remove ads from videos 🎉Downloading MP4 format
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hidolfcolcjjjmbkjaokbjlliomcjkio |
आधिकारिक URL | https://chrome.google.com/webstore/detail/videoclipper/hidolfcolcjjjmbkjaokbjlliomcjkio |
विवरण | Videoclipper |
फ़ाइल का आकार | 2.69 MB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-11-29 |
प्रकाशन तिथि | 2021-11-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | CharGPT Sidebar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://chatgpt-sidebar.com/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Videoclipper", "version": "1.0", "manifest_version": 2, "description": "Videoclipper", "options_page": "options.html", "icons": { "16": "assets\/logo128.png", "48": "assets\/logo128.png", "128": "assets\/logo128.png", "300": "assets\/logo300.png" }, "background": { "persistent": true, "scripts": [ "background.js", "lib\/video_wasm\/mp4_muxer.js", "mbg.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs", "webRequest", "webRequestBlocking", " |