Instagram Nologin++

Hides instagram login popup and makes instagram posts viewable on main page through the magic of iframes

What is Instagram Nologin++?

Instagram Nologin++ is a Chrome extension developed by LGK Software, and its main feature is "Hides instagram login popup and makes instagram posts viewable on main page through the magic of iframes".

Extension Screenshots

screenshot

Download Instagram Nologin++ Extension CRX File

Download Instagram Nologin++ 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

                        Hides instagram login popup and makes instagram posts viewable on main page through the magic of iframes.                    

Extension Basic Information

Name Instagram Nologin++ Instagram Nologin++
ID cpocfaonghieiabgmlamnfaepanmlbel
Official URL https://chrome.google.com/webstore/detail/instagram-nologin++/cpocfaonghieiabgmlamnfaepanmlbel
Description Hides instagram login popup and makes instagram posts viewable on main page through the magic of iframes
File Size 17.26 KB
Installation Count 403
Current Version 1.2.2
Last Updated 2020-07-15
Publish Date 2020-07-15
Rating 4.33/5 Total 3 Ratings
Developer LGK Software
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instagram Nologin++",
    "version": "1.2.2",
    "description": "Hides instagram login popup and makes instagram posts viewable on main page through the magic of iframes",
    "icons": {
        "19": "img\/icon19.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png",
            "48": "img\/icon48.png",
            "96": "img\/icon96.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Instagram Nologin++"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content_script.min.js"
            ],
            "all_frames": true
        }
    ]
}