Instagram Image Right Click

A tool for open image from Instagram.

Instagram Image Right Click là gì?

Instagram Image Right Click là một tiện ích mở rộng Chrome được phát triển bởi lumosnysm, và tính năng chính của nó là "A tool for open image from Instagram.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instagram Image Right Click

Tải xuống các tệp mở rộng Instagram Image Right Click 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

                        Now you can right click to open image in new tab when using instagram.
Enjoy!                    

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

Tên Instagram Image Right Click Instagram Image Right Click
ID jppbdmlnkmhkgpnfikbpodadcoohdiam
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam
Mô tả A tool for open image from Instagram.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-02-09
Ngày Phát Hành 2020-02-09
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển lumosnysm
Email [email protected]
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": "Instagram Image Right Click",
    "version": "1.0",
    "description": "A tool for open image from Instagram.",
    "permissions": [
        "storage",
        "declarativeContent",
        "contextMenus",
        "https:\/\/www.instagram.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "64": "logo64.png"
    },
    "manifest_version": 2
}