Image and Video Downloader
Save images and videos from Instagram.
Hvad er Image and Video Downloader?
Image and Video Downloader er en Chrome-udvidelse udviklet af BrowserNative, og dens hovedfunktion er "Save images and videos from Instagram.".
Udvidelsesskærmbilleder
Download Image and Video Downloader-udvidelses-CRX-fil
Download Image and Video Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | khnadcdfjbjgojiilfdebbpiepokangj |
| Officiel URL | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
| Beskrivelse | Save images and videos from Instagram. |
| Filstørrelse | 160 KB |
| Antal Installationer | 39,218 |
| Nuværende Version | 0.3.0 |
| Senest Opdateret | 2020-06-01 |
| Udgivelsesdato | 2020-05-31 |
| Bedømmelse | 3.90/5 Samlet 311 Bedømmelser |
| Udvikler | BrowserNative |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://browsernative.com/instagram-downloader/ |
| Hjælpeside-URL | https://browsernative.com/instagram-downloader/ |
| URL til Fortrolighedspolitik Side | https://browsernative.com/extensions-privacy-policy |
| Understøttede Sprog | 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"
}
} | |