Instagram Image Right Click

A tool for open image from Instagram.

Cos'è Instagram Image Right Click?

Instagram Image Right Click è un'estensione di Chrome sviluppata da lumosnysm, e la sua funzione principale è "A tool for open image from Instagram.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Instagram Image Right Click

Scarica i file di estensione Instagram Image Right Click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Instagram Image Right Click Instagram Image Right Click
ID jppbdmlnkmhkgpnfikbpodadcoohdiam
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam
Descrizione A tool for open image from Instagram.
Dimensione del File 159 KB
Conteggio Installazioni 183
Versione Corrente 1.0
Ultimo Aggiornamento 2020-02-09
Data di Pubblicazione 2020-02-09
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore lumosnysm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}