Owait

Make your internet searches more fun anywhere OwO

Τι είναι το Owait;

Το Owait είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον luiscal4a, και η κύρια λειτουργία του είναι "Make your internet searches more fun anywhere OwO".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Owait

Λήψη αρχείων επέκτασης Owait σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Owait Owait
ID ccahbpjadckclagdfhigkakepmokoekp
Επίσημο URL https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp
Περιγραφή Make your internet searches more fun anywhere OwO
Μέγεθος Αρχείου 47.83 KB
Αριθμός Εγκαταστάσεων 217
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2019-02-20
Ημερομηνία Δημοσίευσης 2019-02-16
Αξιολόγηση 4.73/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής luiscal4a
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}