Owait
Make your internet searches more fun anywhere OwO
Co to jest Owait?
Owait to rozszerzenie Chrome opracowane przez luiscal4a, a jego główną funkcją jest „Make your internet searches more fun anywhere OwO”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Owait
Pobierz pliki rozszerzeń Owait w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
Oficjalny URL | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Opis | Make your internet searches more fun anywhere OwO |
Rozmiar pliku | 47.83 KB |
Liczba instalacji | 217 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-02-20 |
Data Publikacji | 2019-02-16 |
Ocena | 4.73/5 Łącznie 11 Oceny |
Deweloper | luiscal4a |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |