Sweatyboi

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

Sweatyboiคืออะไร?

Sweatyboi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "'Sweat' and 'Glisten' particle effects for your mouse cursor."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sweatyboi

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}