Bulk Image and Photo Downloader
Easy and Quick Way to Download Bulk Images and Photos In Just One Click
O que é Bulk Image and Photo Downloader?
Bulk Image and Photo Downloader é uma extensão do Chrome desenvolvida por techieflow, e sua principal característica é "Easy and Quick Way to Download Bulk Images and Photos In Just One Click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bulk Image and Photo Downloader
Baixe arquivos de extensão Bulk Image and Photo Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Easily and Quickly Save All Images , Photos From a Website in Just One Click! ✔️ select the images you wish to download ✔️ Bulk download all images in once ✔️ Works in incognito mode ✔️ Filter the images by width and height ✔️ Save images to any specific folder as per your choice ✔️ Supports many formats: jpg, png, gif, svg, and webp.
Informações Básicas da Extensão
Nome | |
ID | pdnonjakmnoihlneomhakfmdlmhlngce |
URL Oficial | https://chromewebstore.google.com/detail/bulk-image-and-photo-down/pdnonjakmnoihlneomhakfmdlmhlngce |
Descrição | Easy and Quick Way to Download Bulk Images and Photos In Just One Click |
Tamanho do Arquivo | 300 KB |
Contagem de Instalações | 47 |
Versão Atual | 1.0 |
Última Atualização | 2021-12-23 |
Data de Publicação | 2021-12-22 |
Desenvolvedor | techieflow |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bulk Image and Photo Downloader", "description": "Easy and Quick Way to Download Bulk Images and Photos In Just One Click", "version": "1.0", "minimum_chrome_version": "72", "manifest_version": 2, "icons": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_64.png", "128": "\/images\/icon_128.png" }, "browser_action": { "default_icon": "\/images\/icon_128.png", "default_popup": "\/src\/Popup\/index.html" }, "background": { "persistent": true, "scripts": [ "\/src\/background\/downloadImages.js", "\/src\/background\/handleUpdates.js" ] }, "permissions": [ "activeTab", "downloads", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |