Instanon · Browse Instagram with no account

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

Instanon · Browse Instagram with no account란 무엇입니까?

Instanon · Browse Instagram with no account은(는) Tahoe Beetschen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instanon is a simple addon that lets you browse Instagram without an account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Instanon · Browse Instagram with no account 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

Improve your privacy by using Instagram without an account.                    

확장 프로그램 기본 정보

이름 Instanon · Browse Instagram with no account Instanon · Browse Instagram with no account
ID jddbknhpoofgengmimpglapgcfapimdg
공식 URL https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg
설명 Instanon is a simple addon that lets you browse Instagram without an account.
파일 크기 147 KB
설치 횟수 694
현재 버전 1.1
최근 업데이트 2020-08-08
출시 날짜 2020-08-03
평점 2.80/5 총 10 개의 평점
개발자 Tahoe Beetschen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tahoe.be
지원되는 언어 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"
    }
}