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
公式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
Eメール [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"
    ]
}