Instanon · Browse Instagram with no account

Instanon is a simple addon that lets you browse Instagram without an account.

What is Instanon · Browse Instagram with no account?

Instanon · Browse Instagram with no account is a Chrome extension developed by Tahoe Beetschen, and its main feature is "Instanon is a simple addon that lets you browse Instagram without an account.".

Extension Screenshots

screenshot
screenshot

Download Instanon · Browse Instagram with no account Extension CRX File

Download Instanon · Browse Instagram with no account 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

                        Instanon lets your browse Instagram profiles and photos without being connected.

Improve your privacy by using Instagram without an account.                    

Extension Basic Information

Name Instanon · Browse Instagram with no account Instanon · Browse Instagram with no account
ID jddbknhpoofgengmimpglapgcfapimdg
Official URL https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg
Description Instanon is a simple addon that lets you browse Instagram without an account.
File Size 147 KB
Installation Count 694
Current Version 1.1
Last Updated 2020-08-08
Publish Date 2020-08-03
Rating 2.80/5 Total 10 Ratings
Developer Tahoe Beetschen
Email [email protected]
Payment Type free
Extension Website https://tahoe.be
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instanon \u00b7\u00a0Browse Instagram with no account",
    "short_name": "Instanon",
    "version": "1.1",
    "description": "Instanon is a simple addon that lets you browse Instagram without an account.",
    "author": "Tahoe Beetschen",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*\/"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "512": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "title": "Instanon"
    }
}