UwU

This tool translates all your text into uwu It turns Us into UWU and Os into OWO

什么是UwU?

UwU是由justinyu1618开发的Chrome扩展程序,该扩展的主要功能是“This tool translates all your text into uwu It turns Us into UWU and Os into OWO”。

扩展截图

screenshot
screenshot

下载UwU扩展crx文件

下载UwU扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This tool translates all your text into uwu

It turns Us into UWU and Os into OWO                    

扩展基本信息

名称 UwU UwU
ID edbngnhoeddnhnhppkojfememefahfgh
官方URL https://chromewebstore.google.com/detail/uwu/edbngnhoeddnhnhppkojfememefahfgh
简介 This tool translates all your text into uwu It turns Us into UWU and Os into OWO
文件大小 513 KB
安装次数 1,624
当前版本 0.1
更新时间 2022-09-06
上架时间 2019-10-17
评分 4.79/5 共66次评分
开发者 justinyu1618
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UwU",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ]
}