Video Save Tools

Download Video Save Tools now and enjoy the benefits provided by our application! The effectiveness of our tools allows you to…

ما هو Video Save Tools؟

Video Save Tools هو إضافة Chrome تم تطويرها بواسطة Camil2LANG، والميزة الرئيسية لها هي "Download Video Save Tools now and enjoy the benefits provided by our application! The effectiveness of our tools allows you to…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Video Save Tools

قم بتنزيل ملفات الامتداد Video Save Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Download Video Save Tools now and enjoy the benefits provided by our application!

The effectiveness of our tools allows you to quickly and seamlessly download videos from different media platforms such as Tiktok, Dailymotion, Vimo, Vimeo and many others.

Be aware that according to Chrome Webstore Policies, this extension does not download video files from YouTube.

*******
1.2.1 - Added more sites for downloading new videos. Enjoy!

*******
1.3.1 - Provided new design for extension. The interface has become more convenient                    

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

الاسم Video Save Tools Video Save Tools
ID ajofjjankhkhdnmkaogihoaaoajeblaa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-save-tools/ajofjjankhkhdnmkaogihoaaoajeblaa
الوصف Download Video Save Tools now and enjoy the benefits provided by our application! The effectiveness of our tools allows you to…
حجم الملف 101 KB
عدد التثبيتات 8,856
النسخة الحالية 1.3.1
آخر تحديث 2022-11-17
تاريخ النشر 2022-06-16
المطور Camil2LANG
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://write.as/camillalang/privacy-policy
اللغات المدعومة en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "1.3.1",
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "js\/scripts\/s-content.js",
                "handlers\/content.js",
                "js\/scripts\/replacer.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}