Sweatyboi

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

Apa itu Sweatyboi?

Sweatyboi adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "'Sweat' and 'Glisten' particle effects for your mouse cursor.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Sweatyboi

Unduh file ekstensi Sweatyboi dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sweatyboi Sweatyboi
ID obdijnickljedfcojahfkknhcaepmjbb
URL Resmi https://chromewebstore.google.com/detail/sweatyboi/obdijnickljedfcojahfkknhcaepmjbb
Deskripsi 'Sweat' and 'Glisten' particle effects for your mouse cursor.
Ukuran File 33.56 KB
Jumlah Instalasi 2,190
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-07-09
Tanggal Publikasi 2019-07-04
Penilaian 3.40/5 Total 10 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}