Instagram Downloader
Download media from Instagram
Wat is Instagram Downloader?
Instagram Downloader is een Chrome-extensie ontwikkeld door samagragupta, en de belangrijkste functie is "Download media from Instagram".
Extensie Screenshots
Download het CRX-bestand van de extensie Instagram Downloader
Download Instagram Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Download any image or Video from Instagram. Just one click to go ahead !!!
Basisinformatie over de Extensie
Naam | |
ID | ciodnolkjfhjhpcdaehfoilnbinkhbca |
Officiële URL | https://chrome.google.com/webstore/detail/instagram-downloader/ciodnolkjfhjhpcdaehfoilnbinkhbca |
Beschrijving | Download media from Instagram |
Bestandsgrootte | 31.01 KB |
Aantal Installaties | 9,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-10-06 |
Publicatiedatum | 2020-10-06 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | samagragupta |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Instagram Downloader", "description": "Download media from Instagram", "version": "1.0.0", "browser_action": { "default_icon": { "19": "icons\/insta.jpg", "38": "icons\/insta.jpg" } }, "icons": { "16": "icons\/insta.jpg", "48": "icons\/insta.jpg", "128": "icons\/insta.jpg" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "permissions": [ "tabs", "downloads", "storage", "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "options_ui": { "page": "options.html", "open_in_tab": true } } |