Sweatyboi

'Sweat' and 'Glisten' particle effects for your mouse cursor.

什么是Sweatyboi?

Sweatyboi是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“'Sweat' and 'Glisten' particle effects for your mouse cursor.”。

扩展截图

screenshot
screenshot

下载Sweatyboi扩展crx文件

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

扩展使用说明

                        Perspire with pride! This extension allows you to add either "sweat" or "glisten" particle effects to your mouse cursor.

When "sweat" mode is enabled, then the more you move your mouse cursor, the more it will sweat, and it will cool down over time.

Use the toolbar icon to switch modes or disable all effects.                    

扩展基本信息

名称 Sweatyboi Sweatyboi
ID obdijnickljedfcojahfkknhcaepmjbb
官方URL https://chromewebstore.google.com/detail/sweatyboi/obdijnickljedfcojahfkknhcaepmjbb
简介 'Sweat' and 'Glisten' particle effects for your mouse cursor.
文件大小 33.56 KB
安装次数 2,190
当前版本 1.0
更新时间 2019-07-09
上架时间 2019-07-04
评分 3.40/5 共10次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sweatyboi",
    "version": "1.0",
    "description": "'Sweat' and 'Glisten' particle effects for your mouse cursor.",
    "homepage_url": "https:\/\/toadslick.github.io\/sweaty-boi\/",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/toadslick.github.io\/sweaty-boi\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Sweatyboi",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    }
}