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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}