Insta-Unlock
Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson
What is Insta-Unlock?
Insta-Unlock is a Chrome extension developed by Sampson, and its main feature is "Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson".
Extension Screenshots
Download Insta-Unlock Extension CRX File
Download Insta-Unlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kpfmcimdicmgahhlbfliabfjbpakjnfk |
Official URL | 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 |
File Size | 98.17 KB |
Installation Count | 486 |
Current Version | 0.0.2 |
Last Updated | 2021-03-14 |
Publish Date | 2020-01-19 |
Rating | 2.20/5 Total 5 Ratings |
Developer | Sampson |
[email protected] | |
Payment Type | free |
Extension Website | https://www.twitter.com/jonathansampson |
Help Page URL | https://www.twitter.com/jonathansampson |
Supported Languages | 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" ] } ] } |