Owait
Make your internet searches more fun anywhere OwO
Vad är Owait?
Owait är en Chrome-tillägg utvecklad av luiscal4a, och dess huvudfunktion är "Make your internet searches more fun anywhere OwO".
Tilläggsskärmbilder
Ladda ner Owait-förlängningens CRX-fil
Ladda ner Owait-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
Officiell webbadress | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Beskrivning | Make your internet searches more fun anywhere OwO |
Filstorlek | 47.83 KB |
Antal Installationer | 217 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-02-20 |
Publiceringsdatum | 2019-02-16 |
Betyg | 4.73/5 Totalt 11 Betyg |
Utvecklare | luiscal4a |
Betalningssätt | free |
Stödda Språk | 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" } ] } |