Instagram Image Right Click

A tool for open image from Instagram.

Wat is Instagram Image Right Click?

Instagram Image Right Click is een Chrome-extensie ontwikkeld door lumosnysm, en de belangrijkste functie is "A tool for open image from Instagram.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Instagram Image Right Click

Download Instagram Image Right Click-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Instagram Image Right Click Instagram Image Right Click
ID jppbdmlnkmhkgpnfikbpodadcoohdiam
Officiële URL https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam
Beschrijving A tool for open image from Instagram.
Bestandsgrootte 159 KB
Aantal Installaties 183
Huidige Versie 1.0
Laatst Bijgewerkt 2020-02-09
Publicatiedatum 2020-02-09
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar lumosnysm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}