Avocalculator

Replaces money with the equivalent number of avocado toasts.

Cos'è Avocalculator?

Avocalculator è un'estensione di Chrome sviluppata da Matthew Zhang, e la sua funzione principale è "Replaces money with the equivalent number of avocado toasts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Avocalculator

Scarica i file di estensione Avocalculator 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

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

Informazioni di Base sull'Estensione

Nome Avocalculator Avocalculator
ID kmenbojckcdnijlgjmhchdpoplodlekm
URL Ufficiale https://chromewebstore.google.com/detail/avocalculator/kmenbojckcdnijlgjmhchdpoplodlekm
Descrizione Replaces money with the equivalent number of avocado toasts.
Dimensione del File 21.91 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2017-05-26
Data di Pubblicazione 2017-05-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Matthew Zhang
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}