Farty Flapper

Flap and fart your way through the trees of the forest, right in your browser.

Co to jest Farty Flapper?

Farty Flapper to rozszerzenie Chrome opracowane przez https://www.chromethemer.com, a jego główną funkcją jest „Flap and fart your way through the trees of the forest, right in your browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Farty Flapper

Pobierz pliki rozszerzeń Farty Flapper 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

                        Get farting and flapping through the forest. 

Take a few minutes to chill and play a few rounds of Farty Flapper right in your browser ... 


Quick Summary:

The Farty Flapper browser extension; Creates a custom icon in your browser that opens a pop-up link to the Farty Flapper game.


Download it today for free and see what's its all about.                    

Podstawowe informacje o rozszerzeniu

Nazwa Farty Flapper Farty Flapper
ID nkhgjncnjmipocfmmpioomholnckcbgj
Oficjalny URL https://chrome.google.com/webstore/detail/farty-flapper/nkhgjncnjmipocfmmpioomholnckcbgj
Opis Flap and fart your way through the trees of the forest, right in your browser.
Rozmiar pliku 55.27 KB
Liczba instalacji 59
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-06-16
Data Publikacji 2020-06-16
Deweloper https://www.chromethemer.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.chromethemer.com/
Adres URL Strony Pomocy https://www.chromethemer.com/
Adres URL Strony Polityki Prywatności https://www.chromethemer.com/privacy.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Farty Flapper",
    "description": "Flap and fart your way through the trees of the forest, right in your browser.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "hello.html"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}