Sweatyboi

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

What is Sweatyboi?

Sweatyboi is a Chrome extension developed by Unknown, and its main feature is "'Sweat' and 'Glisten' particle effects for your mouse cursor.".

Extension Screenshots

screenshot
screenshot

Download Sweatyboi Extension CRX File

Download Sweatyboi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sweatyboi Sweatyboi
ID obdijnickljedfcojahfkknhcaepmjbb
Official URL https://chromewebstore.google.com/detail/sweatyboi/obdijnickljedfcojahfkknhcaepmjbb
Description 'Sweat' and 'Glisten' particle effects for your mouse cursor.
File Size 33.56 KB
Installation Count 2,190
Current Version 1.0
Last Updated 2019-07-09
Publish Date 2019-07-04
Rating 3.40/5 Total 10 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    }
}