Super Snow

Improve privacy of applications by defending shoulder surfing

Super Snow là gì?

Super Snow là một tiện ích mở rộng Chrome được phát triển bởi Abhi M Balakrishnan, và tính năng chính của nó là "Improve privacy of applications by defending shoulder surfing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Snow

Tải xuống các tệp mở rộng Super Snow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Snow Super Snow
ID nopljeoddjfojheljmiajacbplhnjgdj
URL Chính Thức https://chromewebstore.google.com/detail/super-snow/nopljeoddjfojheljmiajacbplhnjgdj
Mô tả Improve privacy of applications by defending shoulder surfing
Kích Thước Tệp 36.6 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2017-03-29
Ngày Phát Hành 2017-03-29
Nhà Phát Triển Abhi M Balakrishnan
Loại Thanh Toán free
Trang Web Mở Rộng http://sechow.com/snow/index.html
URL Trang Trợ Giúp http://sechow.com/snow/faq.html
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}