Save All Images & Videos
Batch download high quality photos, videos, reels, stories from Instagram, X, Facebook, and more!
What is Save All Images & Videos?
Save All Images & Videos is a Chrome extension developed by TaufikNur Production, and its main feature is "Batch download high quality photos, videos, reels, stories from Instagram, X, Facebook, and more!".
Extension Screenshots
Download Save All Images & Videos Extension CRX File
Download Save All Images & Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can download all photos, videos, reels, and stories from Instagram, Facebook, Pinterest, and Twitter. This extension will detect media on opened social media pages and opened tabs, and then you can download, preview, or batch download multiple photos and videos from multiple posts of your choosing in the highest definition and higher quality. How to Use? 1. Download HQ Photos & Videos from Facebook, Instagram, and Twitter Open any post page containing photo or video, then you can click the button which appeared on the top right of the post, or by clicking the extension icon on the right side of the address bar. After that, the popup containing preview of detected photos & videos will appear. From there you can click "Download Selected", "Open in New Tab", or "Download All". 2. Batch Download Photos & Videos from any Instagram Page Open any Instagram profile page, and then click on the extension icon. You'll see "Batch Download" button. After clicking that button, click on any post and the bulk download will start. To stop the operation, just click the extension icon and click "Stop Batch Download". 3. Download Facebook Story Open a Facebook profile or page, click on the profile picture, then click View Story. After the story view opened, reload the page. After the page reloaded, you will see the download button appeared on the top right of the media, or click on the extension icon to view all detected media from the Facebook story. Demo Video: https://youtu.be/6rmq7gcCjqU Hope you enjoy!
Extension Basic Information
Name | Save All Images & Videos |
ID | mnpelkcmkdhikmgmhnjibkiepaakidpf |
Official URL | https://chromewebstore.google.com/detail/save-all-images-videos/mnpelkcmkdhikmgmhnjibkiepaakidpf |
Description | Batch download high quality photos, videos, reels, stories from Instagram, X, Facebook, and more! |
File Size | 252 KB |
Installation Count | 344 |
Current Version | 1.0.8 |
Last Updated | 2024-03-06 |
Publish Date | 2022-07-20 |
Developer | TaufikNur Production |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save All Images & Videos", "version": "1.0.8", "description": "Batch download high quality photos, videos, reels, stories from Instagram, X, Facebook, and more!", "author": "Taufik Nur Rahmanda", "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.instagram.com\/*", "https:\/\/*.pinterest.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/twitter.com\/*", "https:\/\/cdn.syndication.twimg.com\/*", "*:\/\/*\/*" ], "action": { "default_title": "Open a Instagram page to download its photo and videos", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.instagram.com\/*", "https:\/\/*.pinterest.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "foreground.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/icon24.png", "icons\/facebook_download24.png", "icons\/instagram_download24.png", "icons\/pinterest_download24.png", "icons\/twitter_download24.png", "icons\/new_tab.png", "icons\/close.png", "icons\/expand.png", "icons\/spinner.gif" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.instagram.com\/*", "https:\/\/*.pinterest.com\/*", "https:\/\/twitter.com\/*" ] } ] } |