QuaranTab v0.0.6
Safely use sensitive data with online tools. Browser extension to cut-off network access to a website to prevent it from phoning home. This allows you to input sensitive data into a website without worrying about it being stolen.
Use cases:
- Parse a live JWT token
- Decode a Base64 Authorization header
- Hash a password
- Parse a Protobuf message
Permissions explained:
"proxy" - Required to cut-off network access to the website by routing requests to a non-existent Socks proxy
"tabs" - Required to re-open a tab in a new container
"cookies" - Required for manipulating Container data and clearing browser data for temporary containers
"contextualIdentities" - Required for creating/deleting Containers
"privacy" - Required for temporarily disabling WebRTC globally
"webRequest" - Required for monitoring active connections to determine when it's safe to use
"scripting" - Required for injecting a content script for shutting down active connections
"storage" - Required for keeping track of WebRTC initial enable state
"<all_urls>" - Required to intercept proxy web requests for all sites
Tags: container content blocker privacy security