Instagram Image Right Click

A tool for open image from Instagram.

Qu'est-ce que Instagram Image Right Click ?

Instagram Image Right Click est une extension Chrome développée par lumosnysm, et sa fonction principale est "A tool for open image from Instagram.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Instagram Image Right Click

Téléchargez les fichiers d'extension Instagram Image Right Click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Instagram Image Right Click Instagram Image Right Click
ID jppbdmlnkmhkgpnfikbpodadcoohdiam
URL Officiel https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam
Description A tool for open image from Instagram.
Taille du Fichier 159 KB
Nombre d'Installations 183
Version Actuelle 1.0
Dernière Mise à Jour 2020-02-09
Date de Publication 2020-02-09
Évaluation 1.50/5 Total 2 Évaluations
Développeur lumosnysm
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}