Fart Attack

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

Cos'è Fart Attack?

Fart Attack è un'estensione di Chrome sviluppata da https://farts.link, e la sua funzione principale è "Make every link on the web fart on click/hover!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fart Attack

Scarica i file di estensione Fart Attack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fart Attack Fart Attack
ID ncodfadkoblpfngolndehmjpjepepdao
URL Ufficiale https://chromewebstore.google.com/detail/fart-attack/ncodfadkoblpfngolndehmjpjepepdao
Descrizione Make every link on the web fart on click/hover!
Dimensione del File 403 KB
Conteggio Installazioni 12,662
Versione Corrente 1.0
Ultimo Aggiornamento 2019-05-14
Data di Pubblicazione 2019-05-13
Valutazione 2.91/5 Totale 22 Valutazioni
Sviluppatore https://farts.link
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://farts.link/#faq
Lingue Supportate 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"
    ]
}