Downloader for Instagram™
Save photos and videos from Instagram™! Quick & Easy!
什麼是Downloader for Instagram™?
Downloader for Instagram™是由http://mxnpro.ovh開發的Chrome擴展程式,該擴展的主要功能是“Save photos and videos from Instagram™! Quick & Easy!”。
擴展截圖
下載Downloader for Instagram™擴展crx文件
下載Downloader for Instagram™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Save stories, pictures, videos and images to your computer! Thanks to this extension, it's easier than ever before. Simply click on download button to save your favorite Instagram™ images and videos. Discover how to use the app : https://youtu.be/7tMAsr4EVlc ▬▬▬▬ FEATURES ▬▬▬▬ Download : - Videos - Images - Stories - Sliders - IGTV ▬▬▬▬ PRO FEATURES ▬▬▬▬ Mass save pictures to your computer ! Bulk save pictures from : - Hashtags - Location - Your feed - User feed ▬▬▬▬ Enjoy ! Disclamer : This Chrome extension is not endorsed or certified by Instagram™.
擴展基本資訊
名稱 | |
ID | dhchoilkelgbblajmpbhpofhheecgkhh |
官方網址 | https://chrome.google.com/webstore/detail/downloader-for-instagram/dhchoilkelgbblajmpbhpofhheecgkhh |
簡介 | Save photos and videos from Instagram™! Quick & Easy! |
檔案大小 | 323 KB |
安裝次數 | 90,000 |
目前版本 | 2.1.15 |
更新時間 | 2021-10-19 |
上架時間 | 2020-03-05 |
評分 | 3.42/5 共 142 次評分 |
開發者 | http://mxnpro.ovh |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://downloader-for-instagram.mxnpro.ovh/ |
隱私政策頁面URL | https://mxnpro.ovh/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader for Instagram\u2122", "short_name": "Downloader for Instagram\u2122", "version": "2.1.15", "description": "Save photos and videos from Instagram\u2122! Quick & Easy!", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "downloads", "activeTab", "downloads", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] }, { "run_at": "document_idle", "matches": [ "https:\/\/downloader-for-instagram.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "web_accessible_resources": [ "dl.png", "dl-multi.png", "load.png" ] } |