Fart Attack

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

Co to jest Fart Attack?

Fart Attack to rozszerzenie Chrome opracowane przez https://farts.link, a jego główną funkcją jest „Make every link on the web fart on click/hover!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fart Attack

Pobierz pliki rozszerzeń Fart Attack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fart Attack Fart Attack
ID ncodfadkoblpfngolndehmjpjepepdao
Oficjalny URL https://chromewebstore.google.com/detail/fart-attack/ncodfadkoblpfngolndehmjpjepepdao
Opis Make every link on the web fart on click/hover!
Rozmiar pliku 403 KB
Liczba instalacji 12,662
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-05-14
Data Publikacji 2019-05-13
Ocena 2.91/5 Łącznie 22 Oceny
Deweloper https://farts.link
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://farts.link/#faq
Obsługiwane Języki 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"
    ]
}