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.
Co to jest Imgur Gifv as MP4 Downloader?
Imgur Gifv as MP4 Downloader to rozszerzenie Chrome opracowane przez Ricky Notaro, a jego główną funkcją jest „Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Imgur Gifv as MP4 Downloader
Pobierz pliki rozszerzeń Imgur Gifv as MP4 Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Click on the extension icon to download the MP4 file while you are on imgur. :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | homgaeandhcohhcfbfdeohljedelgijc |
| Oficjalny URL | https://chromewebstore.google.com/detail/imgur-gifv-as-mp4-downloa/homgaeandhcohhcfbfdeohljedelgijc |
| Opis | Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device. |
| Rozmiar pliku | 16.26 KB |
| Liczba instalacji | 977 |
| Aktualna Wersja | 0.12 |
| Ostatnia Aktualizacja | 2018-02-17 |
| Data Publikacji | 2018-02-17 |
| Ocena | 3.83/5 Łącznie 18 Oceny |
| Deweloper | Ricky Notaro |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://www.rickynotaro.com |
| Obsługiwane Języki | 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\/"
} | |