FartScroll

Back and better than ever!

FartScrollคืออะไร?

FartScroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chris.windings และคุณลักษณะหลักของมันคือ "Back and better than ever!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย FartScroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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