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
官方網址 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"
        }
    }
}