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.
Wat is Imgur Gifv as MP4 Downloader?
Imgur Gifv as MP4 Downloader is een Chrome-extensie ontwikkeld door Ricky Notaro, en de belangrijkste functie is "Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.".
Extensie Screenshots
Download het CRX-bestand van de extensie Imgur Gifv as MP4 Downloader
Download Imgur Gifv as MP4 Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click on the extension icon to download the MP4 file while you are on imgur. :) Basisinformatie over de Extensie
| Naam | |
| ID | homgaeandhcohhcfbfdeohljedelgijc |
| Officiële URL | https://chromewebstore.google.com/detail/imgur-gifv-as-mp4-downloa/homgaeandhcohhcfbfdeohljedelgijc |
| Beschrijving | Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device. |
| Bestandsgrootte | 16.26 KB |
| Aantal Installaties | 977 |
| Huidige Versie | 0.12 |
| Laatst Bijgewerkt | 2018-02-17 |
| Publicatiedatum | 2018-02-17 |
| Beoordeling | 3.83/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | Ricky Notaro |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://www.rickynotaro.com |
| Ondersteunde Talen | 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\/"
} | |