Instension

Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.

Wat is Instension?

Instension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Instension

Download Instension-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

                        Extension will add two new items in a context menu, "Open in new tab" and "Download". They will work, if context menu is opened on a fullsize post from the official Instagram website.                    

Basisinformatie over de Extensie

Naam Instension Instension
ID ghhgaaedjagldepccfmopmnkkkpjkeon
Officiële URL https://chromewebstore.google.com/detail/instension/ghhgaaedjagldepccfmopmnkkkpjkeon
Beschrijving Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.
Bestandsgrootte 16.2 KB
Aantal Installaties 19
Huidige Versie 1.1.0
Laatst Bijgewerkt 2020-01-02
Publicatiedatum 2020-01-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/KrusnikViers/Instension
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instension",
    "version": "1.1.0",
    "description": "Chrome browser extension, that allows to download or open in a separate tab a video\/photo post from the Instagram website.",
    "icons": {
        "16": "icons\/instension_16.png",
        "32": "icons\/instension_32.png",
        "64": "icons\/instension_64.png",
        "128": "icons\/instension_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/element_finder.js",
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "downloads"
    ]
}