Owait
Make your internet searches more fun anywhere OwO
Qu'est-ce que Owait ?
Owait est une extension Chrome développée par luiscal4a, et sa fonction principale est "Make your internet searches more fun anywhere OwO".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Owait
Téléchargez les fichiers d'extension Owait au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
URL Officiel | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Description | Make your internet searches more fun anywhere OwO |
Taille du Fichier | 47.83 KB |
Nombre d'Installations | 217 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-02-20 |
Date de Publication | 2019-02-16 |
Évaluation | 4.73/5 Total 11 Évaluations |
Développeur | luiscal4a |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |