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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    }
}