Owait
Make your internet searches more fun anywhere OwO
What is Owait?
Owait is a Chrome extension developed by luiscal4a, and its main feature is "Make your internet searches more fun anywhere OwO".
Extension Screenshots
Download Owait Extension CRX File
Download Owait 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
Owait is a chrome extension that transforms characters, words or sentences in any web to those indicated by the user. It also switches any and all images to OwO written in different fonts. The extension is meant to provide fun text outputs produced by the various text transformations and gives total control to the users, who can easily turn the extension off and select the transformations that they want to happen. HOwOpe you enjoy it.
Extension Basic Information
Name | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
Official URL | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Description | Make your internet searches more fun anywhere OwO |
File Size | 47.83 KB |
Installation Count | 217 |
Current Version | 1.2 |
Last Updated | 2019-02-20 |
Publish Date | 2019-02-16 |
Rating | 4.73/5 Total 11 Ratings |
Developer | luiscal4a |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Owait", "description": "Make your internet searches more fun anywhere OwO", "version": "1.2", "background": { "scripts": [ ".\/scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/images\/Owait.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/scripts\/content.js" ], "run_at": "document_end" } ] } |