Avocalculator

Replaces money with the equivalent number of avocado toasts.

Wat is Avocalculator?

Avocalculator is een Chrome-extensie ontwikkeld door Matthew Zhang, en de belangrijkste functie is "Replaces money with the equivalent number of avocado toasts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Avocalculator

Download Avocalculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Avocalculator Avocalculator
ID kmenbojckcdnijlgjmhchdpoplodlekm
Officiële URL https://chromewebstore.google.com/detail/avocalculator/kmenbojckcdnijlgjmhchdpoplodlekm
Beschrijving Replaces money with the equivalent number of avocado toasts.
Bestandsgrootte 21.91 KB
Aantal Installaties 10
Huidige Versie 1.0
Laatst Bijgewerkt 2017-05-26
Publicatiedatum 2017-05-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Matthew Zhang
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}