Fart Attack

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

Fart Attack là gì?

Fart Attack là một tiện ích mở rộng Chrome được phát triển bởi https://farts.link, và tính năng chính của nó là "Make every link on the web fart on click/hover!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fart Attack

Tải xuống các tệp mở rộng Fart Attack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fart Attack Fart Attack
ID ncodfadkoblpfngolndehmjpjepepdao
URL Chính Thức https://chromewebstore.google.com/detail/fart-attack/ncodfadkoblpfngolndehmjpjepepdao
Mô tả Make every link on the web fart on click/hover!
Kích Thước Tệp 403 KB
Số Lần Cài Đặt 12,662
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-05-14
Ngày Phát Hành 2019-05-13
Đánh Giá 2.91/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://farts.link
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://farts.link/#faq
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}