Full Free Video Downloader

Download videos from video web sites.

ما هو Full Free Video Downloader؟

Full Free Video Downloader هو إضافة Chrome تم تطويرها بواسطة admin، والميزة الرئيسية لها هي "Download videos from video web sites.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Full Free Video Downloader

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

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

                        This extension allows you to save the content of the video and also allows you to choose the format of the downloaded material. In addition, you have the ability to download only the audio track (extracted from video file).

For the moment the add-on works for youtube content, future versions will also work for other streaming services.

We invite you to use our addon. Any suggestions are of course welcome.                    

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

الاسم Full Free Video Downloader Full Free Video Downloader
ID jaafnhcmpiaoacjpnjlehbfeljdamfmf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/full-free-video-downloade/jaafnhcmpiaoacjpnjlehbfeljdamfmf
الوصف Download videos from video web sites.
حجم الملف 8.61 MB
عدد التثبيتات 79,006
النسخة الحالية 3.0.5
آخر تحديث 2022-07-12
تاريخ النشر 2022-07-08
تقييم 4.65/5 مجموع تقييمات 37
المطور admin
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.5",
    "default_locale": "en",
    "icons": {
        "512": "icons\/magic512.png"
    },
    "background": {
        "service_worker": "src\/background\/script.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "icons\/magic128.png",
            "38": "icons\/magic128.png",
            "128": "icons\/magic128.png"
        },
        "default_title": "__MSG_extensionName__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "tabs",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/help.png",
                "icons\/loading.gif",
                "init.js",
                "ffmpeg.min.js",
                "ffmpeg.min.js.map",
                "ffmpeg-core.worker.js",
                "ffmpeg-core.wasm",
                "ffmpeg-core.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}