Instagram Image Right Click

A tool for open image from Instagram.

Instagram Image Right Clickとは何ですか?

Instagram Image Right Clickはlumosnysmによって開発されたChromeの拡張機能で、その主な機能は「A tool for open image from Instagram.」です。

拡張機能のスクリーンショット

screenshot

Instagram Image Right Click拡張機能のCRXファイルをダウンロード

Instagram Image Right Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Instagram Image Right Click Instagram Image Right Click
ID jppbdmlnkmhkgpnfikbpodadcoohdiam
公式URL https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam
説明 A tool for open image from Instagram.
ファイルサイズ 159 KB
インストール数 183
現在のバージョン 1.0
最終更新日 2020-02-09
公開日 2020-02-09
評価 1.50/5 合計 2 レビュー
開発者 lumosnysm
Eメール [email protected]
支払い方法 free
対応言語 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
}