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ファイルをダウンロード
Image Photo Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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:\/\/*\/*" ] } |