Asoul Browser Pet

A Cute Browser Pet!

Asoul Browser Petとは何ですか?

Asoul Browser Petはhttps://browser-pet.comによって開発されたChromeの拡張機能で、その主な機能は「A Cute Browser Pet!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Asoul Browser Pet拡張機能のCRXファイルをダウンロード

Asoul Browser Pet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Asoul Browser Pet Asoul Browser Pet
ID kddfbpjodhihclbdiaimhbifnhhbofkl
公式URL https://chromewebstore.google.com/detail/asoul-browser-pet/kddfbpjodhihclbdiaimhbifnhhbofkl
説明 A Cute Browser Pet!
ファイルサイズ 4.64 MB
インストール数 521
現在のバージョン 1.0.6
最終更新日 2022-06-19
公開日 2022-04-11
評価 4.87/5 合計 31 レビュー
開発者 https://browser-pet.com
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}