Fart Attack

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

Was ist Fart Attack?

Fart Attack ist eine Chrome-Erweiterung, die von https://farts.link entwickelt wurde, und ihr Hauptmerkmal ist "Make every link on the web fart on click/hover!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Fart Attack-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fart Attack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fart Attack Fart Attack
ID ncodfadkoblpfngolndehmjpjepepdao
Offizielle URL https://chromewebstore.google.com/detail/fart-attack/ncodfadkoblpfngolndehmjpjepepdao
Beschreibung Make every link on the web fart on click/hover!
Dateigröße 403 KB
Installationsanzahl 12,662
Aktuelle Version 1.0
Letztes Update 2019-05-14
Veröffentlichungsdatum 2019-05-13
Bewertung 2.91/5 Insgesamt 22 Bewertungen
Entwickler https://farts.link
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://farts.link/#faq
Unterstützte Sprachen 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"
    ]
}