Sweatyboi

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

Wat is Sweatyboi?

Sweatyboi is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "'Sweat' and 'Glisten' particle effects for your mouse cursor.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Sweatyboi

Download Sweatyboi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sweatyboi Sweatyboi
ID obdijnickljedfcojahfkknhcaepmjbb
Officiële URL https://chromewebstore.google.com/detail/sweatyboi/obdijnickljedfcojahfkknhcaepmjbb
Beschrijving 'Sweat' and 'Glisten' particle effects for your mouse cursor.
Bestandsgrootte 33.56 KB
Aantal Installaties 2,190
Huidige Versie 1.0
Laatst Bijgewerkt 2019-07-09
Publicatiedatum 2019-07-04
Beoordeling 3.40/5 Totaal 10 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}