Sweatyboi

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

Hvad er Sweatyboi?

Sweatyboi er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "'Sweat' and 'Glisten' particle effects for your mouse cursor.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Sweatyboi-udvidelses-CRX-fil

Download Sweatyboi-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Sweatyboi Sweatyboi
ID obdijnickljedfcojahfkknhcaepmjbb
Officiel URL https://chromewebstore.google.com/detail/sweatyboi/obdijnickljedfcojahfkknhcaepmjbb
Beskrivelse 'Sweat' and 'Glisten' particle effects for your mouse cursor.
Filstørrelse 33.56 KB
Antal Installationer 2,190
Nuværende Version 1.0
Senest Opdateret 2019-07-09
Udgivelsesdato 2019-07-04
Bedømmelse 3.40/5 Samlet 10 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}