Save Instagram contents easy and quickly!
Just right mouse click to open an Instagram image or video in a new tab
什麼是Save Instagram contents easy and quickly!?
Save Instagram contents easy and quickly!是由nameless.dot開發的Chrome擴展程式,該擴展的主要功能是“Just right mouse click to open an Instagram image or video in a new tab”。
擴展截圖
下載Save Instagram contents easy and quickly!擴展crx文件
下載Save Instagram contents easy and quickly!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Just right mouse click on the image or video and select "Open in a new tab", from there you can download the desired media (e.g. using "File > Save as..." or pressing Ctrl+S or Cmd+S for macOS users)                     擴展基本資訊
| 名稱 |   |  
| ID | abnifgjenbbcjajbglkhbojefeckmbci | 
| 官方網址 | https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci | 
| 簡介 | Just right mouse click to open an Instagram image or video in a new tab | 
| 檔案大小 | 29.64 KB | 
| 安裝次數 | 46 | 
| 目前版本 | 1.1 | 
| 更新時間 | 2020-04-26 | 
| 上架時間 | 2020-04-26 | 
| 開發者 | nameless.dot | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Instagram contents easy and quickly!",
    "version": "1.1",
    "description": "Just right mouse click to open an Instagram image or video in a new tab",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "page": "src\/index.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |