Owait

Make your internet searches more fun anywhere OwO

Was ist Owait?

Owait ist eine Chrome-Erweiterung, die von luiscal4a entwickelt wurde, und ihr Hauptmerkmal ist "Make your internet searches more fun anywhere OwO".

Erweiterungsscreenshots

screenshot

Owait-Erweiterungs-CRX-Datei herunterladen

Laden Sie Owait-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Owait Owait
ID ccahbpjadckclagdfhigkakepmokoekp
Offizielle URL https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp
Beschreibung Make your internet searches more fun anywhere OwO
Dateigröße 47.83 KB
Installationsanzahl 217
Aktuelle Version 1.2
Letztes Update 2019-02-20
Veröffentlichungsdatum 2019-02-16
Bewertung 4.73/5 Insgesamt 11 Bewertungen
Entwickler luiscal4a
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}