Fart Attack

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

什麼是Fart Attack?

Fart Attack是由https://farts.link開發的Chrome擴展程式,該擴展的主要功能是“Make every link on the web fart on click/hover!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Fart Attack擴展crx文件

下載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
官方網址 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"
    ]
}