Sweatyboi

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

Sweatyboi là gì?

Sweatyboi là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "'Sweat' and 'Glisten' particle effects for your mouse cursor.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sweatyboi

Tải xuống các tệp mở rộng Sweatyboi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sweatyboi Sweatyboi
ID obdijnickljedfcojahfkknhcaepmjbb
URL Chính Thức https://chromewebstore.google.com/detail/sweatyboi/obdijnickljedfcojahfkknhcaepmjbb
Mô tả 'Sweat' and 'Glisten' particle effects for your mouse cursor.
Kích Thước Tệp 33.56 KB
Số Lần Cài Đặt 2,190
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-07-09
Ngày Phát Hành 2019-07-04
Đánh Giá 3.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}