Asoul Browser Pet

A Cute Browser Pet!

¿Qué es Asoul Browser Pet?

Asoul Browser Pet es una extensión de Chrome desarrollada por https://browser-pet.com, y su función principal es "A Cute Browser Pet!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Asoul Browser Pet

Descarga archivos de extensión Asoul Browser Pet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ASOUL女团的桌宠!这么可爱的向晚/贝拉/珈乐/嘉然/乃琳 不领一只回家吗?

本作品已获得字节跳动x稀土掘金2022编程挑战赛第二名以及最佳人气奖

功能:
1. 可以按下← →进行移动,也可以使用鼠标拖动
2. 可以按下↑进行跳跃
3. 选取一段文字并且点击右键,可以将其加入到谷歌日历的待办事项中
4. 点击右上角插件的嘉然头像可以更换人物,鼠标风格也会跟着改变
5. 小心!Asoul的成员们非常贪吃,她们会慢慢吃掉你输入到文本框里的一切!(按下↓启用/禁止本功能,当没有东西吃的时候,她会向你眨眨眼)
6. 她们会九点钟开始洗澡。如果想退出洗澡模式,按下← →走出浴缸即可

作者:黄飞廉,肖遥,沈诗瑶, 崔航齐
主画师:Kirin Pörsti
鼠标来源:B站id:RoundAbout

It is a cute Web Pet for each member of ASOUL! We have Ava, Bella, Carol, Diana, and Eileen!

It won the second place and the popularity award in ByteDance x Juejin Hackathon 2022

Functions:
1. Press ← → to move, and you can also drag them.
2. Press ↑ to jump.
3. When you select the text, right-click it. The context menu will allow you to add it to the google calendar
4. You can change your character in the top right popup window. Just remember to pin this extension and click the icon. When you change your character, cursor will also change.
5. Watch out! They eat whatever you try to type into an input! (Press ↓ to activate/deactivate this function. If they have nothing to eat, they will wink)
6. They will start to bath at 9PM. To quit bathing, press ← or  → to walk out of bathtub

Author: Feilian Huang, Yao Xiao, Shiyao Shen, Hangqi Cui
Artist: Kirin Pörsti
Thanks "RoundAbout" from Bilibili for providing us pictures of special cursors.                    

Información Básica de la Extensión

Nombre Asoul Browser Pet Asoul Browser Pet
ID kddfbpjodhihclbdiaimhbifnhhbofkl
URL Oficial https://chromewebstore.google.com/detail/asoul-browser-pet/kddfbpjodhihclbdiaimhbifnhhbofkl
Descripción A Cute Browser Pet!
Tamaño del Archivo 4.64 MB
Cantidad de Instalaciones 521
Versión Actual 1.0.6
Última Actualización 2022-06-19
Fecha de Publicación 2022-04-11
Calificación 4.87/5 Total de 31 Calificaciones
Desarrollador https://browser-pet.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asoul Browser Pet",
    "description": "A Cute Browser Pet!",
    "version": "1.0.6",
    "manifest_version": 3,
    "author": "Feilian Huang, Yao Xiao, Shiyao Shen",
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "\/images\/icon16.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/jquery-3.6.0.min.js",
                ".\/jquery-ui-1.13.1\/jquery-ui.min.js",
                ".\/pet.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*",
                "cursors\/*",
                "pet-img-config.json"
            ]
        }
    ]
}