Better Snapchat

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

Better Snapchat란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        + Flush user interface: That's friendly to use.
+ Allow Screenshots: Create screenshots without snapchat capturing your keypresses.
+ Prevent Typing Notification: Go incognito and don't worry about disturbing your friends.
+ Save Media: Right-click and save any media straight to your desktop.
+ Always Present: Prevent the chat from being hidden when you click away.

+ More to come...                    

확장 프로그램 기본 정보

이름 Better Snapchat Better Snapchat
ID bomphfefmmkghdkkpjdafehnmfpifook
공식 URL https://chromewebstore.google.com/detail/better-snapchat/bomphfefmmkghdkkpjdafehnmfpifook
설명 This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.
파일 크기 640 KB
설치 횟수 4,503
현재 버전 1.1.1
최근 업데이트 2023-11-16
출시 날짜 2022-10-10
평점 3.44/5 총 27 개의 평점
개발자 VaspDev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dclstn/better-snapchat
도움말 페이지 URL https://github.com/dclstn/better-snapchat/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Snapchat",
    "description": "This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.",
    "version": "1.1.1",
    "icons": {
        "32": "logo32.png",
        "48": "logo48.png",
        "96": "logo96.png",
        "128": "logo128.png"
    },
    "background": {
        "service_worker": ".\/build\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.snapchat.com\/*"
            ],
            "js": [
                ".\/build\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/web.snapchat.com\/*"
    ]
}