Eversion
Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email.
What is Eversion?
Eversion is a Chrome extension developed by https://synackpwn.blogspot.com, and its main feature is "Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email.".
Extension Screenshots
Download Eversion Extension CRX File
Download Eversion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Eversion: To Turn Inside Out Eversion is a simple chrome extension that converts normal text into non-latin UTF-8 encoded characters. These characters are readable visually but unrecognizable to data sniffing and mining operations. Copy and paste Everted text into any social media, email, IRC or forum. This is a beta version. Currently adding more everted characters. Update Log: v0.3 More letters more fun! Removed certain korean chars that caused horizontal shift issues v0.2 Doubled the character space
Extension Basic Information
Name | Eversion |
ID | plgdjokbmapodgneookchcfpkoahghec |
Official URL | https://chromewebstore.google.com/detail/eversion/plgdjokbmapodgneookchcfpkoahghec |
Description | Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email. |
File Size | 30.37 KB |
Installation Count | 12 |
Current Version | 0.3 |
Last Updated | 2013-09-06 |
Publish Date | 2013-09-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://synackpwn.blogspot.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Eversion", "description": "Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy\/Paste into social media, email.", "version": "0.3", "icons": { "16": "eversion_icon_16.png", "48": "eversion_icon_48.png", "128": "eversion_icon_128.png" }, "browser_action": { "default_icon": "eversion_icon_128.png", "default_popup": "evert.html" } } |