Sweatyboi

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

Was ist Sweatyboi?

Sweatyboi ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "'Sweat' and 'Glisten' particle effects for your mouse cursor.".

Erweiterungsscreenshots

screenshot
screenshot

Sweatyboi-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sweatyboi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sweatyboi Sweatyboi
ID obdijnickljedfcojahfkknhcaepmjbb
Offizielle URL https://chromewebstore.google.com/detail/sweatyboi/obdijnickljedfcojahfkknhcaepmjbb
Beschreibung 'Sweat' and 'Glisten' particle effects for your mouse cursor.
Dateigröße 33.56 KB
Installationsanzahl 2,190
Aktuelle Version 1.0
Letztes Update 2019-07-09
Veröffentlichungsdatum 2019-07-04
Bewertung 3.40/5 Insgesamt 10 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}