Insta-Unlock

Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson

Cos'è Insta-Unlock?

Insta-Unlock è un'estensione di Chrome sviluppata da Sampson, e la sua funzione principale è "Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Insta-Unlock

Scarica i file di estensione Insta-Unlock 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

                        Instagram may prevent unauthenticated users from scrolling too far down the page. This extension will prevent their modal, allowing you to continue scrolling uninterrupted. If it ever stops working, let me know.                    

Informazioni di Base sull'Estensione

Nome Insta-Unlock Insta-Unlock
ID kpfmcimdicmgahhlbfliabfjbpakjnfk
URL Ufficiale https://chrome.google.com/webstore/detail/insta-unlock/kpfmcimdicmgahhlbfliabfjbpakjnfk
Descrizione Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson
Dimensione del File 98.17 KB
Conteggio Installazioni 486
Versione Corrente 0.0.2
Ultimo Aggiornamento 2021-03-14
Data di Pubblicazione 2020-01-19
Valutazione 2.20/5 Totale 5 Valutazioni
Sviluppatore Sampson
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.twitter.com/jonathansampson
URL della Pagina di Aiuto https://www.twitter.com/jonathansampson
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Insta-Unlock",
    "version": "0.0.2",
    "description": "Prevents the dreadful Instagram modal\/scroll-lock. If this ever stops working, let me know: twitter.com\/jonathansampson",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "insta-unlock.js"
            ]
        }
    ]
}