Fart Attack

Make every link on the web fart on click/hover!

Fart Attackคืออะไร?

Fart Attack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://farts.link และคุณลักษณะหลักของมันคือ "Make every link on the web fart on click/hover!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Prank your friends (soon to be ex-friends) when they leave their computer unlocked by making every link and button fart on click and hover.

— How to use it?
1. Install the extension on your friend's computer.
2. Set your preferred settings using the extension's menu.
3. Watch your friend's reaction while he/she browse the internet.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fart Attack Fart Attack
ID ncodfadkoblpfngolndehmjpjepepdao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fart-attack/ncodfadkoblpfngolndehmjpjepepdao
คำอธิบาย Make every link on the web fart on click/hover!
ขนาดไฟล์ 403 KB
จำนวนการติดตั้ง 12,662
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-05-14
วันที่เผยแพร่ 2019-05-13
คะแนน 2.91/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://farts.link
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://farts.link/#faq
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fart Attack",
    "description": "Make every link on the web fart on click\/hover!",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/fart_attack_icon-128.png",
        "48": "images\/fart_attack_icon-48.png",
        "16": "images\/fart_attack_icon-16.png"
    },
    "browser_action": {
        "default_icon": "images\/fart_attack_icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Fart Attack \ud83d\udca9"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "sounds\/mp3\/*.mp3",
        "sounds\/ogg\/*.ogg"
    ]
}