FartScroll

Back and better than ever!

ما هو FartScroll؟

FartScroll هو إضافة Chrome تم تطويرها بواسطة chris.windings، والميزة الرئيسية لها هي "Back and better than ever!".

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

screenshot

تحميل ملف CRX للإضافة FartScroll

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

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

                        A quick, fun prank for a coworker who leaves their computer unlocked... 💩

Once installed, this extension will play a random fart noise when scrolling down any web page. 

A quick note: Because of how the browser works, the fart noise will only play after you interact (by clicking on something) and scroll the page. Sometimes this makes the plugin even more unpredictable and hilarious!                    

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

الاسم FartScroll FartScroll
ID digncopodglakoobkmpjlcebengmmbln
عنوان URL الرسمي https://chromewebstore.google.com/detail/fartscroll/digncopodglakoobkmpjlcebengmmbln
الوصف Back and better than ever!
حجم الملف 4.26 KB
عدد التثبيتات 193
النسخة الحالية 1.0
آخر تحديث 2022-03-28
تاريخ النشر 2022-03-27
تقييم 3.00/5 مجموع تقييمات 1
المطور chris.windings
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FartScroll",
    "description": "Back and better than ever!",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}