InstaUnlock

Removes the need for logging in to Instagram, in order to view the content.

Wat is InstaUnlock?

InstaUnlock is een Chrome-extensie ontwikkeld door ziazhung, en de belangrijkste functie is "Removes the need for logging in to Instagram, in order to view the content.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie InstaUnlock

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

                        This add-on is to view an Instagram page, but do not want to use an external website or login.

When the extension is enabled, it prevents the pop-up that comes up after scrolling for a few seconds, removes the login reminder at the bottom and allows you to click on the images, without being logged in.

In the current state, the extension opens the pictures that you've clicked on, in another tab.

Version 0.8 now works when clicking "Show more photos"                    

Basisinformatie over de Extensie

Naam InstaUnlock InstaUnlock
ID kbbgghakaeopfgceoppnngjmjcjemhho
Officiële URL https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho
Beschrijving Removes the need for logging in to Instagram, in order to view the content.
Bestandsgrootte 704 KB
Aantal Installaties 132
Huidige Versie 0.8
Laatst Bijgewerkt 2021-04-28
Publicatiedatum 2020-09-17
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ziazhung
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstaUnlock",
    "version": "0.8",
    "description": "Removes the need for logging in to Instagram, in order to view the content.",
    "icons": {
        "48": "icons\/Instaunlock-48.png",
        "96": "icons\/Instaunlock-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instaunlock.js"
            ]
        }
    ]
}