Online Video Editor (video2edit.com)

Solve all your video editing and conversion needs with this free All-in-One online video tool.

ما هو Online Video Editor (video2edit.com)؟

Online Video Editor (video2edit.com) هو إضافة Chrome تم تطويرها بواسطة https://video2edit.com، والميزة الرئيسية لها هي "Solve all your video editing and conversion needs with this free All-in-One online video tool.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Online Video Editor (video2edit.com)

قم بتنزيل ملفات الامتداد Online Video Editor (video2edit.com) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Convert your video files or edit them. The official app from video2edit.com.

High quality video converter to convert your video files from one format to another. Integrated with Gmail. Speed up your productivity by adding video2edit.com to Chrome!

★ The tool adds an icon in your extension toolbar and lets you convert files there without the need to visit our webpage.

★ The video converter contains the following tools:
- Convert to MP4
- Convert to MOV
- Compress video
- Rotate video
- Cut video

★ The integration with Gmail is called when you compose a message and click on the small icon within the compose window.

★ The tool can not only work with video files. If the source file is a document, our tool will even create a video showing all pages of the document. If it's an image, we create a video with that image and you can later add an audio track. If you right click on a link and it's pointing to a website, we create a video of a screenshot.

By installing the extension, you agree to our Privacy and Terms (www.video2edit.com/terms)                    

معلومات أساسية عن التمديد

الاسم Online Video Editor (video2edit.com) Online Video Editor (video2edit.com)
ID djanbckaomofhalpklkcbimkmlaocddd
عنوان URL الرسمي https://chromewebstore.google.com/detail/online-video-editor-video/djanbckaomofhalpklkcbimkmlaocddd
الوصف Solve all your video editing and conversion needs with this free All-in-One online video tool.
حجم الملف 3.92 MB
عدد التثبيتات 14,162
النسخة الحالية 7.3.0
آخر تحديث 2023-01-21
تاريخ النشر 2020-05-11
تقييم 3.86/5 مجموع تقييمات 7
المطور https://video2edit.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.video2edit.com
عنوان صفحة المساعدة https://www.video2edit.com/help
عنوان صفحة سياسة الخصوصية https://www.video2edit.com/privacy
اللغات المدعومة id,de,en,fr,vi,es,it,pt-PT,ru,hi,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_video2edit_name__",
    "short_name": "Video2Edit",
    "description": "__MSG_extension_video2edit_description__",
    "version": "7.3.0",
    "author": "https:\/\/www.video2edit.com",
    "action": {
        "default_icon": "icons\/icon_64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "translate_content.js",
                "gmail_content.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "translate_content.js",
                "google_search_content.js"
            ],
            "css": [
                "css\/google_style.css",
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.video2edit.com\/*",
            "*:\/\/*.video2edit.test\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/satcore.video2edit.com\/v2\/*",
        "https:\/\/dragon.video2edit.com\/api\/*",
        "https:\/\/mail-attachment.googleusercontent.com\/*"
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAll5eqSYCZO5AVaRqV8sEyLg5llGhr60fZalWMoG\/qE85nWU2QtoDVdfdW\/swmOC2OAFYIijqV2lobfF5flR4l48xHVsas0fzzAanXBfo9t4C7qyMOXa+1Iqzs5c6bJ5nFuQKkM224XctyHPrP6vVF3NzGWXhMZUnOojpiIa3kxSNGtESZ50cci76S0AlR+2cJMOWTtk6+tdkUl4phxQYDTi3oH8soMEkUE6EVz1VNwJ+ZDrZ2781IpCjAnAeY5gY5IYwsYIHd\/rn7rg\/LThT4yIZ\/oaYCOIMl7cZNUj+BBdZnUB65Kfkigzm3gfLmB9rgXOvvn1Tzv4ccyPIwVk15QIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "gmail_injected_lib.js",
                "gmail_injected.js",
                "assets\/*",
                "css\/*",
                "img\/*",
                "webfonts\/*",
                "_locales\/*"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}