Owait
Make your internet searches more fun anywhere OwO
Wat is Owait?
Owait is een Chrome-extensie ontwikkeld door luiscal4a, en de belangrijkste functie is "Make your internet searches more fun anywhere OwO".
Extensie Screenshots
Download het CRX-bestand van de extensie Owait
Download Owait-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
Officiële URL | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Beschrijving | Make your internet searches more fun anywhere OwO |
Bestandsgrootte | 47.83 KB |
Aantal Installaties | 217 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-02-20 |
Publicatiedatum | 2019-02-16 |
Beoordeling | 4.73/5 Totaal 11 Beoordelingen |
Ontwikkelaar | luiscal4a |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |