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.

Cos'è Imgur Gifv as MP4 Downloader?

Imgur Gifv as MP4 Downloader è un'estensione di Chrome sviluppata da Ricky Notaro, e la sua funzione principale è "Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Imgur Gifv as MP4 Downloader

Scarica i file di estensione Imgur Gifv as MP4 Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Imgur Gifv as MP4 Downloader Imgur Gifv as MP4 Downloader
ID homgaeandhcohhcfbfdeohljedelgijc
URL Ufficiale https://chromewebstore.google.com/detail/imgur-gifv-as-mp4-downloa/homgaeandhcohhcfbfdeohljedelgijc
Descrizione Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.
Dimensione del File 16.26 KB
Conteggio Installazioni 977
Versione Corrente 0.12
Ultimo Aggiornamento 2018-02-17
Data di Pubblicazione 2018-02-17
Valutazione 3.83/5 Totale 18 Valutazioni
Sviluppatore Ricky Notaro
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.rickynotaro.com
Lingue Supportate 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\/"
}