Save Instagram contents easy and quickly!

Just right mouse click to open an Instagram image or video in a new tab

Cos'è Save Instagram contents easy and quickly!?

Save Instagram contents easy and quickly! è un'estensione di Chrome sviluppata da nameless.dot, e la sua funzione principale è "Just right mouse click to open an Instagram image or video in a new tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Save Instagram contents easy and quickly!

Scarica i file di estensione Save Instagram contents easy and quickly! 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

                        Just right mouse click on the image or video and select "Open in a new tab", from there you can download the desired media (e.g. using "File > Save as..." or pressing Ctrl+S or Cmd+S for macOS users)                    

Informazioni di Base sull'Estensione

Nome Save Instagram contents easy and quickly! Save Instagram contents easy and quickly!
ID abnifgjenbbcjajbglkhbojefeckmbci
URL Ufficiale https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci
Descrizione Just right mouse click to open an Instagram image or video in a new tab
Dimensione del File 29.64 KB
Conteggio Installazioni 46
Versione Corrente 1.1
Ultimo Aggiornamento 2020-04-26
Data di Pubblicazione 2020-04-26
Sviluppatore nameless.dot
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Instagram contents easy and quickly!",
    "version": "1.1",
    "description": "Just right mouse click to open an Instagram image or video in a new tab",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "page": "src\/index.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}