Owait
Make your internet searches more fun anywhere OwO
O que é Owait?
Owait é uma extensão do Chrome desenvolvida por luiscal4a, e sua principal característica é "Make your internet searches more fun anywhere OwO".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Owait
Baixe arquivos de extensão Owait no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
URL Oficial | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Descrição | Make your internet searches more fun anywhere OwO |
Tamanho do Arquivo | 47.83 KB |
Contagem de Instalações | 217 |
Versão Atual | 1.2 |
Última Atualização | 2019-02-20 |
Data de Publicação | 2019-02-16 |
Classificação | 4.73/5 Total de 11 Avaliações |
Desenvolvedor | luiscal4a |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |