UwUify
Will make all pages twanswated to UwU wanguage
What is UwUify?
UwUify is a Chrome extension developed by Alexander Hansen, and its main feature is "Will make all pages twanswated to UwU wanguage".
Extension Screenshots
Download UwUify Extension CRX File
Download UwUify 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
It changes all characters L and R to W to make it UwU >////<
Extension Basic Information
Name | |
ID | nebbinajgnkndkbmccbfkeilccenkbco |
Official URL | https://chrome.google.com/webstore/detail/uwuify/nebbinajgnkndkbmccbfkeilccenkbco |
Description | Will make all pages twanswated to UwU wanguage |
File Size | 251 KB |
Installation Count | 2,087 |
Current Version | 1.1.1 |
Last Updated | 2020-12-07 |
Publish Date | 2020-12-07 |
Rating | 4.33/5 Total 15 Ratings |
Developer | Alexander Hansen |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/aleha1999/UwUifier |
Help Page URL | https://github.com/aleha1999/UwUifier |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UwUify", "version": "1.1.1", "description": "Will make all pages twanswated to UwU wanguage", "permissions": [ "activeTab" ], "browser_action": { "browser_style": true, "default_popup": "options.html", "default_icon": { "128": "icon.png" } }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |