Better Instagram

This browser extension enhances your instagram.com experience by adding several essential privacy features.

Better Instagram란 무엇입니까?

Better Instagram은(는) VaspDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This browser extension enhances your instagram.com experience by adding several essential privacy features."입니다.

확장 프로그램 스크린샷

screenshot

Better Instagram 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        + User-friendly flush interface: Easy to navigate and utilize.
+ Preserve Complete Conversation Records: Export chat logs as convenient text or JSON files.
+ Disable Read Receipts: Prevent recipients from knowing when you've read their messages.
+ Block Story Viewed Notifications: Stop recipients from seeing that you've viewed their stories.

Additional features coming soon...                    

확장 프로그램 기본 정보

이름 Better Instagram Better Instagram
ID ohpfacfabigckcgpckpmmhiaogjodjci
공식 URL https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci
설명 This browser extension enhances your instagram.com experience by adding several essential privacy features.
파일 크기 247 KB
설치 횟수 116
현재 버전 1.0.0
최근 업데이트 2023-04-27
출시 날짜 2023-04-26
평점 5.00/5 총 1 개의 평점
개발자 VaspDev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dclstn/better-instagram
도움말 페이지 URL https://github.com/dclstn/better-instagram
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Instagram",
    "description": "This browser extension enhances your instagram.com experience by adding several essential privacy features.",
    "version": "1.0.0",
    "icons": {
        "32": "logo32.png",
        "48": "logo48.png",
        "96": "logo96.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/build\/script.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*"
    ]
}