Avocalculator

Replaces money with the equivalent number of avocado toasts.

Co to jest Avocalculator?

Avocalculator to rozszerzenie Chrome opracowane przez Matthew Zhang, a jego główną funkcją jest „Replaces money with the equivalent number of avocado toasts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Avocalculator

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

                        Replaces money with the equivalent number of avocado toasts, since that's what millennials are all into these days.                    

Podstawowe informacje o rozszerzeniu

Nazwa Avocalculator Avocalculator
ID kmenbojckcdnijlgjmhchdpoplodlekm
Oficjalny URL https://chromewebstore.google.com/detail/avocalculator/kmenbojckcdnijlgjmhchdpoplodlekm
Opis Replaces money with the equivalent number of avocado toasts.
Rozmiar pliku 21.91 KB
Liczba instalacji 10
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-05-26
Data Publikacji 2017-05-26
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Matthew Zhang
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Avocalculator",
    "version": "1.0",
    "description": "Replaces money with the equivalent number of avocado toasts.",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}