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.
Was ist Imgur Gifv as MP4 Downloader?
Imgur Gifv as MP4 Downloader ist eine Chrome-Erweiterung, die von Ricky Notaro entwickelt wurde, und ihr Hauptmerkmal ist "Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.".
Erweiterungsscreenshots
Imgur Gifv as MP4 Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Imgur Gifv as MP4 Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Click on the extension icon to download the MP4 file while you are on imgur. :) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | homgaeandhcohhcfbfdeohljedelgijc |
| Offizielle URL | https://chromewebstore.google.com/detail/imgur-gifv-as-mp4-downloa/homgaeandhcohhcfbfdeohljedelgijc |
| Beschreibung | Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device. |
| Dateigröße | 16.26 KB |
| Installationsanzahl | 977 |
| Aktuelle Version | 0.12 |
| Letztes Update | 2018-02-17 |
| Veröffentlichungsdatum | 2018-02-17 |
| Bewertung | 3.83/5 Insgesamt 18 Bewertungen |
| Entwickler | Ricky Notaro |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://www.rickynotaro.com |
| Unterstützte Sprachen | 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\/"
} | |