download instagram™ stories
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…
什麼是download instagram™ stories?
download instagram™ stories是由https://imginn.com開發的Chrome擴展程式,該擴展的主要功能是“download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…”。
擴展截圖
下載download instagram™ stories擴展crx文件
下載download instagram™ stories擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users download pictures or videos in stories                     擴展基本資訊
| 名稱 |   |  
| ID | oibpeacbmhhomjkcahelgjnhldalgihd | 
| 官方網址 | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd | 
| 簡介 | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… | 
| 檔案大小 | 12.83 KB | 
| 安裝次數 | 363 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2020-07-20 | 
| 上架時間 | 2020-07-19 | 
| 評分 | 1.00/5 共 1 次評分 | 
| 開發者 | https://imginn.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://imginn.com | 
| 說明頁面URL | https://imginn.com | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "download instagram\u2122 stories",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |