Image Photo Downloader
Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.
Image Photo Downloader란 무엇입니까?
Image Photo Downloader은(는) ribeca_al에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website."입니다.
확장 프로그램 스크린샷
Image Photo Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get all images from a web page ✔️Can download: -all images on a web page in one go from photo gallery (e.g. Flickr), social networks (e.g. Facebook) and Google Image Search. -s hd 4k wallpaper mobile -instagram photo ✔️Find tons of pictures for the topic you want ✔️Image downloader is absolutely free.
확장 프로그램 기본 정보
이름 | |
ID | oiegmjnjcjanadhmfebiafogkhmlfllm |
공식 URL | https://chrome.google.com/webstore/detail/image-photo-downloader/oiegmjnjcjanadhmfebiafogkhmlfllm |
설명 | Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website. |
파일 크기 | 301 KB |
설치 횟수 | 39,756 |
현재 버전 | 1.8 |
최근 업데이트 | 2022-02-22 |
출시 날짜 | 2020-02-04 |
평점 | 3.29/5 총 31 개의 평점 |
개발자 | ribeca_al |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://teletype.in/@prpolicy/HyOZBO6ZU |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Photo Downloader", "description": "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.", "version": "1.8", "default_locale": "en", "minimum_chrome_version": "72", "manifest_version": 2, "icons": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "browser_action": { "default_icon": "\/images\/icon_128.png", "default_popup": "\/src\/Popup\/index.html" }, "options_page": "\/src\/Options\/index.html", "background": { "persistent": true, "scripts": [ "\/src\/background\/downloadImages.js", "\/src\/background\/handleUpdates.js", "jess.js" ] }, "permissions": [ "activeTab", "downloads", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |