Better Snapchat

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

Cos'è Better Snapchat?

Better Snapchat è un'estensione di Chrome sviluppata da VaspDev, e la sua funzione principale è "This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better Snapchat

Scarica i file di estensione Better Snapchat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Better Snapchat Better Snapchat
ID bomphfefmmkghdkkpjdafehnmfpifook
URL Ufficiale https://chromewebstore.google.com/detail/better-snapchat/bomphfefmmkghdkkpjdafehnmfpifook
Descrizione This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.
Dimensione del File 640 KB
Conteggio Installazioni 4,503
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-11-16
Data di Pubblicazione 2022-10-10
Valutazione 3.44/5 Totale 27 Valutazioni
Sviluppatore VaspDev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dclstn/better-snapchat
URL della Pagina di Aiuto https://github.com/dclstn/better-snapchat/issues
Lingue Supportate 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\/*"
    ]
}