InstaUnlock
Removes the need for logging in to Instagram, in order to view the content.
Cos'è InstaUnlock?
InstaUnlock è un'estensione di Chrome sviluppata da ziazhung, e la sua funzione principale è "Removes the need for logging in to Instagram, in order to view the content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InstaUnlock
Scarica i file di estensione InstaUnlock 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
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"
Informazioni di Base sull'Estensione
Nome | |
ID | kbbgghakaeopfgceoppnngjmjcjemhho |
URL Ufficiale | https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho |
Descrizione | Removes the need for logging in to Instagram, in order to view the content. |
Dimensione del File | 704 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 0.8 |
Ultimo Aggiornamento | 2021-04-28 |
Data di Pubblicazione | 2020-09-17 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | ziazhung |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |