Better Snapchat
This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.
Co je Better Snapchat?
Better Snapchat je rozšíření Chrome vyvinuté VaspDev, a jeho hlavní funkcí je „This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better Snapchat
Stáhněte si soubory rozšíření Better Snapchat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
+ 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...
Základní Informace o Rozšíření
Název | Better Snapchat |
ID | bomphfefmmkghdkkpjdafehnmfpifook |
Oficiální URL | https://chromewebstore.google.com/detail/better-snapchat/bomphfefmmkghdkkpjdafehnmfpifook |
Popis | This browser extension enhances your web.snapchat.com experience by adding several essential privacy features. |
Velikost souboru | 640 KB |
Počet instalací | 4,503 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2023-11-16 |
Datum Vydání | 2022-10-10 |
Hodnocení | 3.44/5 Celkem 27 Hodnocení |
Vývojář | VaspDev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/dclstn/better-snapchat |
URL Stránky Nápovědy | https://github.com/dclstn/better-snapchat/issues |
Podporované Jazyky | 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\/*" ] } |