Insta-Unlock

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

Qu'est-ce que Insta-Unlock ?

Insta-Unlock est une extension Chrome développée par Sampson, et sa fonction principale est "Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Insta-Unlock

Téléchargez les fichiers d'extension Insta-Unlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Insta-Unlock Insta-Unlock
ID kpfmcimdicmgahhlbfliabfjbpakjnfk
URL Officiel https://chrome.google.com/webstore/detail/insta-unlock/kpfmcimdicmgahhlbfliabfjbpakjnfk
Description Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson
Taille du Fichier 98.17 KB
Nombre d'Installations 486
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-03-14
Date de Publication 2020-01-19
Évaluation 2.20/5 Total 5 Évaluations
Développeur Sampson
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.twitter.com/jonathansampson
URL de la Page d'Aide https://www.twitter.com/jonathansampson
Langues Prises en Charge 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"
            ]
        }
    ]
}