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! là gì?

Save Instagram contents easy and quickly! là một tiện ích mở rộng Chrome được phát triển bởi nameless.dot, và tính năng chính của nó là "Just right mouse click to open an Instagram image or video in a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save Instagram contents easy and quickly!

Tải xuống các tệp mở rộng Save Instagram contents easy and quickly! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save Instagram contents easy and quickly! Save Instagram contents easy and quickly!
ID abnifgjenbbcjajbglkhbojefeckmbci
URL Chính Thức https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci
Mô tả Just right mouse click to open an Instagram image or video in a new tab
Kích Thước Tệp 29.64 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-04-26
Ngày Phát Hành 2020-04-26
Nhà Phát Triển nameless.dot
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}