Imgur Gifv as MP4 Downloader

Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.

ما هو Imgur Gifv as MP4 Downloader؟

Imgur Gifv as MP4 Downloader هو إضافة Chrome تم تطويرها بواسطة Ricky Notaro، والميزة الرئيسية لها هي "Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.".

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

screenshot

تحميل ملف CRX للإضافة Imgur Gifv as MP4 Downloader

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

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

                        Click on the extension icon to download the MP4 file while you are on imgur. :)                    

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

الاسم Imgur Gifv as MP4 Downloader Imgur Gifv as MP4 Downloader
ID homgaeandhcohhcfbfdeohljedelgijc
عنوان URL الرسمي https://chromewebstore.google.com/detail/imgur-gifv-as-mp4-downloa/homgaeandhcohhcfbfdeohljedelgijc
الوصف Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.
حجم الملف 16.26 KB
عدد التثبيتات 977
النسخة الحالية 0.12
آخر تحديث 2018-02-17
تاريخ النشر 2018-02-17
تقييم 3.83/5 مجموع تقييمات 18
المطور Ricky Notaro
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://www.rickynotaro.com
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgur Gifv as MP4 Downloader",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.12",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/imgur.com\/*",
        "https:\/\/imgur.com\/*",
        "http:\/\/*.imgur.com\/*",
        "https:\/\/*.imgur.com\/*",
        "downloads",
        "storage"
    ],
    "author": "Ricky Notaro-Garcia",
    "homepage_url": "https:\/\/rickynotaro.com\/"
}