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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Imgur Gifv as MP4 Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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\/"
}