Avocado Pricing

This extension represents all prices in your browser in terms of no. of avocado toasts

Cos'è Avocado Pricing?

Avocado Pricing è un'estensione di Chrome sviluppata da moreiarty, e la sua funzione principale è "This extension represents all prices in your browser in terms of no. of avocado toasts".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Avocado Pricing

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

                        All prices you see in your browser will be in terms of number of avocado toasts to remind you how easy it is to save up for a house in Sydney.                    

Informazioni di Base sull'Estensione

Nome Avocado Pricing Avocado Pricing
ID akhgajknpdiooplncfkmohfkojehhahi
URL Ufficiale https://chromewebstore.google.com/detail/avocado-pricing/akhgajknpdiooplncfkmohfkojehhahi
Descrizione This extension represents all prices in your browser in terms of no. of avocado toasts
Dimensione del File 41.68 KB
Conteggio Installazioni 164
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-12
Data di Pubblicazione 2017-06-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore moreiarty
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Avocado Pricing",
    "short_name": "avo-pricing",
    "description": "This extension represents all prices in your browser in terms of no. of avocado toasts",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}