Owait
Make your internet searches more fun anywhere OwO
Apa itu Owait?
Owait adalah ekstensi Chrome yang dikembangkan oleh luiscal4a, dan fitur utamanya adalah "Make your internet searches more fun anywhere OwO".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Owait
Unduh file ekstensi Owait dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ccahbpjadckclagdfhigkakepmokoekp |
URL Resmi | https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp |
Deskripsi | Make your internet searches more fun anywhere OwO |
Ukuran File | 47.83 KB |
Jumlah Instalasi | 217 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-02-20 |
Tanggal Publikasi | 2019-02-16 |
Penilaian | 4.73/5 Total 11 Penilaian |
Pengembang | luiscal4a |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |