Owait
Make your internet searches more fun anywhere OwO
Co je Owait?
Owait je rozšíření Chrome vyvinuté luiscal4a, a jeho hlavní funkcí je „Make your internet searches more fun anywhere OwO“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Owait
Stáhněte si soubory rozšíření Owait ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
Oficiální URL | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Popis | Make your internet searches more fun anywhere OwO |
Velikost souboru | 47.83 KB |
Počet instalací | 217 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2019-02-20 |
Datum Vydání | 2019-02-16 |
Hodnocení | 4.73/5 Celkem 11 Hodnocení |
Vývojář | luiscal4a |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |