Downloader for Instagram

Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…

什麼是Downloader for Instagram?

Downloader for Instagram是由http://ig-story.net開發的Chrome擴展程式,該擴展的主要功能是“Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…”。

擴展截圖

screenshot
screenshot
screenshot

下載Downloader for Instagram擴展crx文件

下載Downloader for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easily open direct messages for Instagram just with one click. It's a great tool for Instagram lovers who wants to stay in touch with friends as well as review the news feed like in mobile app. 

Easily save favourite video or image as well as stories from the app.

Direct for IG offers you all mobile interface functions with two additional buttons that simply switch between Instagram direct messages and news feed. You spend much less time to open Direct. Just a single click from your browser turns you to all Instagram features.                    

擴展基本資訊

名稱 Downloader for Instagram Downloader for Instagram
ID feljkhponccbifjlmmadngdloimjjdld
官方網址 https://chrome.google.com/webstore/detail/downloader-for-instagram/feljkhponccbifjlmmadngdloimjjdld
簡介 Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…
檔案大小 86.52 KB
安裝次數 82,520
目前版本 1.4
更新時間 2022-10-28
上架時間 2021-03-01
評分 4.77/5 共 9266 次評分
開發者 http://ig-story.net
付費類型 free
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "name": "__MSG_extName__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icons\/icon-128.png"
    },
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "version": "1.4",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/content\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content\/instaLinkListener.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "img\/icons\/icon-128.png"
        }
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "downloads"
    ]
}