Active video-saver

Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…

ما هو Active video-saver؟

Active video-saver هو إضافة Chrome تم تطويرها بواسطة Paramon exct، والميزة الرئيسية لها هي "Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Active video-saver

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

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

                        Meet a simple and fast video downloader that works on multiple sites and platforms.

No login required
Absolutely free
Download public videos from Instagram, Facebook, Tiktok, Vimeo
Download multiple files at the same time
Simple and elegant design
High download speed                    

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

الاسم Active video-saver Active video-saver
ID inomcffempehneebgpcmfmphmbcgmagb
عنوان URL الرسمي https://chromewebstore.google.com/detail/active-video-saver/inomcffempehneebgpcmfmphmbcgmagb
الوصف Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…
حجم الملف 132 KB
عدد التثبيتات 19
النسخة الحالية 1.0.0
آخر تحديث 2022-04-28
تاريخ النشر 2022-04-28
المطور Paramon exct
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
اللغات المدعومة en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "1.0.0",
    "permissions": [
        "storage",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "js\/content_js\/providers\/fb.js",
                "js\/content_js\/providers\/inst.js",
                "js\/content_js\/providers\/vk.js",
                "js\/content_js\/searchVideos.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.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:;"
    }
}