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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click on the extension icon to download the MP4 file while you are on imgur. :)
확장 프로그램 기본 정보
이름 | 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\/" } |