Owait
Make your internet searches more fun anywhere OwO
¿Qué es Owait?
Owait es una extensión de Chrome desarrollada por luiscal4a, y su función principal es "Make your internet searches more fun anywhere OwO".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Owait
Descarga archivos de extensión Owait en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
URL Oficial | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Descripción | Make your internet searches more fun anywhere OwO |
Tamaño del Archivo | 47.83 KB |
Cantidad de Instalaciones | 217 |
Versión Actual | 1.2 |
Última Actualización | 2019-02-20 |
Fecha de Publicación | 2019-02-16 |
Calificación | 4.73/5 Total de 11 Calificaciones |
Desarrollador | luiscal4a |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |