InstaUnlock
Removes the need for logging in to Instagram, in order to view the content.
What is InstaUnlock?
InstaUnlock is a Chrome extension developed by ziazhung, and its main feature is "Removes the need for logging in to Instagram, in order to view the content.".
Extension Screenshots
Download InstaUnlock Extension CRX File
Download InstaUnlock 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
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"
Extension Basic Information
Name | |
ID | kbbgghakaeopfgceoppnngjmjcjemhho |
Official URL | https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho |
Description | Removes the need for logging in to Instagram, in order to view the content. |
File Size | 704 KB |
Installation Count | 132 |
Current Version | 0.8 |
Last Updated | 2021-04-28 |
Publish Date | 2020-09-17 |
Rating | 1.00/5 Total 1 Ratings |
Developer | ziazhung |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |