Click to Fart

A fart sound will be played whenever the mouse is clicked or held down

ما هو Click to Fart؟

Click to Fart هو إضافة Chrome تم تطويرها بواسطة ramsol، والميزة الرئيسية لها هي "A fart sound will be played whenever the mouse is clicked or held down".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Click to Fart

قم بتنزيل ملفات الامتداد Click to Fart بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A fart sound will be played whenever the mouse is clicked or held down                    

معلومات أساسية عن التمديد

الاسم Click to Fart Click to Fart
ID lkodepkmpjpbgcfcgnbjinpjbmkbhlja
عنوان URL الرسمي https://chromewebstore.google.com/detail/click-to-fart/lkodepkmpjpbgcfcgnbjinpjbmkbhlja
الوصف A fart sound will be played whenever the mouse is clicked or held down
حجم الملف 216 KB
عدد التثبيتات 251
النسخة الحالية 1.0
آخر تحديث 2023-06-26
تاريخ النشر 2023-06-12
تقييم 5.00/5 مجموع تقييمات 1
المطور ramsol
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.earndesignlab.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click to Fart",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "description": "A fart sound will be played whenever the mouse is clicked or held down",
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "click_sound.mp3",
                "long_click_sound.mp3"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}