Video Save mood

Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…

ما هو Video Save mood؟

Video Save mood هو إضافة Chrome تم تطويرها بواسطة Amarinao Agrigorevb، والميزة الرئيسية لها هي "Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…".

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

screenshot
screenshot

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

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

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

                        Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC.
Main feature:
- High download speed
- Easy to use
- Multi-file download
- Large list of sites to download
• Works with other extensions to download and does not take up much space on your device.
For more information, please visit: https://justpaste.it/5xdds

_______________________

Added supporting https://archive.org/details/movies Now you can download videos from more resources                    

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

الاسم Video Save mood Video Save mood
ID kfdgidoaimofhlgcampfojemjhnbmioo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-save-mood/kfdgidoaimofhlgcampfojemjhnbmioo
الوصف Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…
حجم الملف 113 KB
عدد التثبيتات 7,033
النسخة الحالية 3.0.1
آخر تحديث 2022-11-09
تاريخ النشر 2022-09-10
تقييم 5.00/5 مجموع تقييمات 1
المطور Amarinao Agrigorevb
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://jpst.it/337vu
اللغات المدعومة en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "3.0.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",
                "s-content.js",
                "scripts\/content.js",
                "scripts\/replacer.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}