Sweatyboi

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

Sweatyboiとは何ですか?

SweatyboiはUnknownによって開発されたChromeの拡張機能で、その主な機能は「'Sweat' and 'Glisten' particle effects for your mouse cursor.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Sweatyboi拡張機能のCRXファイルをダウンロード

Sweatyboi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Sweatyboi Sweatyboi
ID obdijnickljedfcojahfkknhcaepmjbb
公式URL https://chromewebstore.google.com/detail/sweatyboi/obdijnickljedfcojahfkknhcaepmjbb
説明 'Sweat' and 'Glisten' particle effects for your mouse cursor.
ファイルサイズ 33.56 KB
インストール数 2,190
現在のバージョン 1.0
最終更新日 2019-07-09
公開日 2019-07-04
評価 3.40/5 合計 10 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
        }
    }
}