Better Snapchat

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

What is Better Snapchat?

Better Snapchat is a Chrome extension developed by VaspDev, and its main feature is "This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.".

Extension Screenshots

screenshot

Download Better Snapchat Extension CRX File

Download Better Snapchat 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

                        + 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...                    

Extension Basic Information

Name Better Snapchat Better Snapchat
ID bomphfefmmkghdkkpjdafehnmfpifook
Official URL https://chromewebstore.google.com/detail/better-snapchat/bomphfefmmkghdkkpjdafehnmfpifook
Description This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.
File Size 640 KB
Installation Count 4,503
Current Version 1.1.1
Last Updated 2023-11-16
Publish Date 2022-10-10
Rating 3.44/5 Total 27 Ratings
Developer VaspDev
Email [email protected]
Payment Type free
Extension Website https://github.com/dclstn/better-snapchat
Help Page URL https://github.com/dclstn/better-snapchat/issues
Supported Languages 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\/*"
    ]
}