Owait

Make your internet searches more fun anywhere OwO

Cos'è Owait?

Owait è un'estensione di Chrome sviluppata da luiscal4a, e la sua funzione principale è "Make your internet searches more fun anywhere OwO".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Owait

Scarica i file di estensione Owait in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Owait Owait
ID ccahbpjadckclagdfhigkakepmokoekp
URL Ufficiale https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp
Descrizione Make your internet searches more fun anywhere OwO
Dimensione del File 47.83 KB
Conteggio Installazioni 217
Versione Corrente 1.2
Ultimo Aggiornamento 2019-02-20
Data di Pubblicazione 2019-02-16
Valutazione 4.73/5 Totale 11 Valutazioni
Sviluppatore luiscal4a
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}