Super Snow

Improve privacy of applications by defending shoulder surfing

Was ist Super Snow?

Super Snow ist eine Chrome-Erweiterung, die von Abhi M Balakrishnan entwickelt wurde, und ihr Hauptmerkmal ist "Improve privacy of applications by defending shoulder surfing".

Erweiterungsscreenshots

screenshot

Super Snow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Super Snow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Notes
---
This is an experimental extension in early alpha stage.
Try Snow Lite - https://chrome.google.com/webstore/detail/snow-lite/edkdlmiadhinjhgecchomjjklipbdpfi

What it does?
---
You can activate Snow anytime.
Once activated, it blurs everything on your screen.
Hover over area you want to see.
This extension helps bringing little more privacy while you are in public places.

Read more about Snow at https://blog.securitycompass.com/snow-ec6ac9fcf6f3 and http://sechow.com/snow/

Who is behind this?
---
The idea was developed by Abhi M Balakrishnan

Can this prevent shoulder surfing?
---
Nope. This technique improves the privacy by blurring out text on the screen. People around you still can know what application you are using and see what are you typing.                    

Grundlegende Informationen zur Erweiterung

Name Super Snow Super Snow
ID nopljeoddjfojheljmiajacbplhnjgdj
Offizielle URL https://chromewebstore.google.com/detail/super-snow/nopljeoddjfojheljmiajacbplhnjgdj
Beschreibung Improve privacy of applications by defending shoulder surfing
Dateigröße 36.6 KB
Installationsanzahl 120
Aktuelle Version 0.0.0.1
Letztes Update 2017-03-29
Veröffentlichungsdatum 2017-03-29
Entwickler Abhi M Balakrishnan
Zahlungsart free
Erweiterungswebsite http://sechow.com/snow/index.html
Hilfeseite URL http://sechow.com/snow/faq.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Snow",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Improve privacy of applications by defending shoulder surfing",
    "homepage_url": "http:\/\/sechow.com\/snow",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}