Avocalculator

Replaces money with the equivalent number of avocado toasts.

What is Avocalculator?

Avocalculator is a Chrome extension developed by Matthew Zhang, and its main feature is "Replaces money with the equivalent number of avocado toasts.".

Extension Screenshots

screenshot

Download Avocalculator Extension CRX File

Download Avocalculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Avocalculator Avocalculator
ID kmenbojckcdnijlgjmhchdpoplodlekm
Official URL https://chromewebstore.google.com/detail/avocalculator/kmenbojckcdnijlgjmhchdpoplodlekm
Description Replaces money with the equivalent number of avocado toasts.
File Size 21.91 KB
Installation Count 10
Current Version 1.0
Last Updated 2017-05-26
Publish Date 2017-05-26
Rating 5.00/5 Total 3 Ratings
Developer Matthew Zhang
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}