Image and Video Downloader
Save images and videos from Instagram.
Vad är Image and Video Downloader?
Image and Video Downloader är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Save images and videos from Instagram.".
Tilläggsskärmbilder
Ladda ner Image and Video Downloader-förlängningens CRX-fil
Ladda ner Image and Video Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save. Visit homepage for more: https://browsernative.com/instagram-downloader/ Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.
Grundläggande Information om Tillägg
Namn | Image and Video Downloader |
ID | khnadcdfjbjgojiilfdebbpiepokangj |
Officiell webbadress | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
Beskrivning | Save images and videos from Instagram. |
Filstorlek | 160 KB |
Antal Installationer | 39,218 |
Aktuell Version | 0.3.0 |
Senast Uppdaterad | 2020-06-01 |
Publiceringsdatum | 2020-05-31 |
Betyg | 3.90/5 Totalt 311 Betyg |
Utvecklare | BrowserNative |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://browsernative.com/instagram-downloader/ |
Hjälpsida URL | https://browsernative.com/instagram-downloader/ |
URL till Sekretesspolicy Sidan | https://browsernative.com/extensions-privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image and Video Downloader", "description": "Save images and videos from Instagram.", "version": "0.3.0", "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "contextMenus", "downloads" ], "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Image and Video Downloader for Instagram" } } |