Videoclipper
Videoclipper
Qu'est-ce que Videoclipper ?
Videoclipper est une extension Chrome développée par CharGPT Sidebar, et sa fonction principale est "Videoclipper".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Videoclipper
Téléchargez les fichiers d'extension Videoclipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
📹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
Informations de Base sur l'Extension
Nom | |
ID | hidolfcolcjjjmbkjaokbjlliomcjkio |
URL Officiel | https://chrome.google.com/webstore/detail/videoclipper/hidolfcolcjjjmbkjaokbjlliomcjkio |
Description | Videoclipper |
Taille du Fichier | 2.69 MB |
Nombre d'Installations | 87 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-11-29 |
Date de Publication | 2021-11-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | CharGPT Sidebar |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://chatgpt-sidebar.com/privacy.html |
Langues Prises en Charge | 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", " |