Owait

Make your internet searches more fun anywhere OwO

Owait là gì?

Owait là một tiện ích mở rộng Chrome được phát triển bởi luiscal4a, và tính năng chính của nó là "Make your internet searches more fun anywhere OwO".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Owait

Tải xuống các tệp mở rộng Owait dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Owait Owait
ID ccahbpjadckclagdfhigkakepmokoekp
URL Chính Thức https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp
Mô tả Make your internet searches more fun anywhere OwO
Kích Thước Tệp 47.83 KB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-02-20
Ngày Phát Hành 2019-02-16
Đánh Giá 4.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển luiscal4a
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}