CapCut | All-in-one video editor
CapCut Video Editor for PC & MAC, easy to use for Chrome.
CapCut | All-in-one video editor क्या है?
CapCut | All-in-one video editor Steef Voermans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CapCut Video Editor for PC & MAC, easy to use for Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CapCut | All-in-one video editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CapCut for Chrome is a powerful extensions to edit any video any times. ----------------------------------------------------------- Update 2.6.1: - Quickly open the capcut page in any tab. - Convert video to mp3 for video editing. - Download and share the audio file link at the capcut editor page
एक्सटेंशन की मूल जानकारी
नाम | CapCut | All-in-one video editor |
ID | jkcgndnbpedekonoofmlhcpdgminfeol |
आधिकारिक URL | https://chromewebstore.google.com/detail/capcut-all-in-one-video-e/jkcgndnbpedekonoofmlhcpdgminfeol |
विवरण | CapCut Video Editor for PC & MAC, easy to use for Chrome. |
फ़ाइल का आकार | 175 KB |
स्थापना संख्या | 30,000 |
वर्तमान संस्करण | 2.6.1 |
अंतिम अपडेट | 2023-06-13 |
प्रकाशन तिथि | 2023-02-12 |
रेटिंग | 3.80/5 कुल 20 रेटिंग्स |
डेवलपर | Steef Voermans |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/generatoruniqueid/home |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CapCut | All-in-one video editor", "description": "CapCut Video Editor for PC & MAC, easy to use for Chrome.", "version": "2.6.1", "icons": { "16": ".\/assets\/icons\/app_16.png", "38": ".\/assets\/icons\/app_38.png", "48": ".\/assets\/icons\/app_48.png", "128": ".\/assets\/icons\/app_128.png" }, "options_ui": { "page": "settings.html", "open_in_tab": true }, "action": { "default_icon": ".\/assets\/icons\/app_128.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "*:\/\/capcut.com\/*", "*:\/\/*.capcut.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.onlineconverter.com\/*", "*:\/\/onlineconverter.com\/*" ], "css": [ "assets\/contentScript.css" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "declarativeNetRequest", "webRequest" ], "host_permissions": [ "*:\/\/capcut.com\/*", "*:\/\/*.capcut.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.onlineconverter.com\/*", "*:\/\/onlineconverter.com\/*" ], "web_accessible_resources": [ { "resources": [ "logo.svg" ], "matches": [ "*:\/\/capcut.com\/*", "*:\/\/*.capcut.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.onlineconverter.com\/*", "*:\/\/onlineconverter.com\/*" ] } ] } |