{"id":23773413,"url":"https://github.com/venopyx/pic-grabber","last_synced_at":"2026-06-23T13:32:08.806Z","repository":{"id":270108799,"uuid":"909346214","full_name":"venopyX/pic-grabber","owner":"venopyX","description":"Chrome extension that allows you to download any image from any webpage, including protected and dynamically loaded images.","archived":false,"fork":false,"pushed_at":"2025-01-31T20:35:35.000Z","size":90,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T23:52:12.991Z","etag":null,"topics":["chrome-extension","extension","image","image-downloader","image-grabber","picture","picture-downloader","picture-grabber","premium","pro","svg","vector"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/venopyX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-28T12:32:51.000Z","updated_at":"2025-04-07T01:51:04.000Z","dependencies_parsed_at":"2024-12-28T14:25:02.055Z","dependency_job_id":"c3b2a83e-2d18-4c54-80d7-0b6d2dd32cb9","html_url":"https://github.com/venopyX/pic-grabber","commit_stats":null,"previous_names":["venopyx/pic-grabber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/venopyX/pic-grabber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venopyX%2Fpic-grabber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venopyX%2Fpic-grabber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venopyX%2Fpic-grabber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venopyX%2Fpic-grabber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venopyX","download_url":"https://codeload.github.com/venopyX/pic-grabber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venopyX%2Fpic-grabber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34691758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","extension","image","image-downloader","image-grabber","picture","picture-downloader","picture-grabber","premium","pro","svg","vector"],"created_at":"2025-01-01T05:39:51.903Z","updated_at":"2026-06-23T13:32:08.801Z","avatar_url":"https://github.com/venopyX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Downloader Plus (Pic-Grabber)\n\nA powerful Chrome extension that allows you to download any image from any webpage, including protected and dynamically loaded images.\n\n## Features\n\n- **Easy Download**: Download any visible image with a single click.\n- **Smart Icon Positioning**: Avoids overlapping with website elements.\n- **Wide Support**: Handles protected and dynamically loaded images.\n- **Compatibility**: Works with:\n  - Regular images (`\u003cimg\u003e` tags)\n  - Background images (CSS)\n  - Canvas elements\n  - SVG images\n  - Base64 encoded images\n  - Lazy-loaded images\n  - Images in iframes\n  - Images in shadow DOM\n\n## Installation\n\n1. **Clone the Repository**:\n   - Open your terminal or command prompt.\n   - Run the following command to clone the repository:\n     ```sh\n     git clone https://github.com/venopyx/pic-grabber.git\n     ```\n   - Alternatively, you can download the zip file from [here](https://github.com/venopyx/pic-grabber/archive/refs/heads/main.zip) and extract it.\n\n2. **Load the Extension in Chrome**:\n   - Open Chrome and go to `chrome://extensions/`.\n   - Enable \"Developer mode\" by toggling the switch in the top right corner.\n   - Click the \"Load unpacked\" button and select the directory where you cloned or extracted the extension.\n\n## Usage\n\n1. **Scan for Images**:\n   - Click the extension icon in the toolbar to scan the current page for images.\n\n2. **Download Images**:\n   - Hover over any image on the page to reveal the download button.\n   - Click the download button to save the image to your device.\n\n## Smart Icon Positioning\n\nThe extension implements smart icon positioning to avoid conflicts with website elements:\n\n- **Default Position**: Bottom-left corner of images.\n- **Automatic Repositioning**: If conflicts are detected, the icon will automatically reposition.\n- **Four Possible Positions**: Bottom-left, bottom-right, top-left, top-right.\n- **Lower z-index**: To avoid overlapping with critical website elements.\n\n## Technical Details\n\n### Directory Structure\n```\n./\n├── assets/\n│   ├── download-16.png\n│   ├── download-32.png\n│   └── download-48.png\n├── css/\n│   └── styles.css\n├── js/\n│   ├── background.js\n│   ├── content.js\n│   └── utils.js\n└── manifest.json\n```\n\n### Permissions\n- `downloads`: For saving images.\n- `scripting`: For injecting content scripts.\n- `activeTab`: For accessing the current tab.\n- `webRequest`: For handling image requests.\n\n## Contributing\n\n1. **Fork the Repository**:\n   - Click the \"Fork\" button at the top right of the [repository page](https://github.com/venopyx/pic-grabber).\n\n2. **Create a Feature Branch**:\n   - Create a new branch for your feature or bug fix.\n   - Make your changes and commit them.\n\n3. **Submit a Pull Request**:\n   - Push your branch to your fork.\n   - Open a pull request to the main repository.\n\n## License\n\nMIT License - feel free to use and modify as needed.\n\n## Troubleshooting\n\n### Common Issues\n\n1. **Icon Overlapping with Website Elements**:\n   - The extension uses smart positioning to avoid conflicts.\n   - Icons will automatically reposition if conflicts are detected.\n   - The default position is bottom-left to minimize interference.\n\n2. **Images Not Downloading**:\n   - Ensure the image is fully loaded.\n   - Some websites may require authentication.\n   - Check the browser console for error messages.\n\n### Reporting Issues\n\nPlease report issues through GitHub issues with the following details:\n- Browser version\n- Steps to reproduce\n- Screenshot if possible\n- Website URL where the issue occurs\n\n## Future Improvements\n\n- [ ] Implement batch download functionality\n- [ ] Add image format conversion options\n- [ ] Include image preview on hover","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenopyx%2Fpic-grabber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvenopyx%2Fpic-grabber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenopyx%2Fpic-grabber/lists"}