Instagram Image Right Click

A tool for open image from Instagram.

Vad är Instagram Image Right Click?

Instagram Image Right Click är en Chrome-tillägg utvecklad av lumosnysm, och dess huvudfunktion är "A tool for open image from Instagram.".

Tilläggsskärmbilder

screenshot

Ladda ner Instagram Image Right Click-förlängningens CRX-fil

Ladda ner Instagram Image Right Click-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Instagram Image Right Click Instagram Image Right Click
ID jppbdmlnkmhkgpnfikbpodadcoohdiam
Officiell webbadress https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam
Beskrivning A tool for open image from Instagram.
Filstorlek 159 KB
Antal Installationer 183
Aktuell Version 1.0
Senast Uppdaterad 2020-02-09
Publiceringsdatum 2020-02-09
Betyg 1.50/5 Totalt 2 Betyg
Utvecklare lumosnysm
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}