Avocado Pricing

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

Wat is Avocado Pricing?

Avocado Pricing is een Chrome-extensie ontwikkeld door moreiarty, en de belangrijkste functie is "This extension represents all prices in your browser in terms of no. of avocado toasts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Avocado Pricing

Download Avocado Pricing-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

                        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.                    

Basisinformatie over de Extensie

Naam Avocado Pricing Avocado Pricing
ID akhgajknpdiooplncfkmohfkojehhahi
Officiële URL https://chromewebstore.google.com/detail/avocado-pricing/akhgajknpdiooplncfkmohfkojehhahi
Beschrijving This extension represents all prices in your browser in terms of no. of avocado toasts
Bestandsgrootte 41.68 KB
Aantal Installaties 164
Huidige Versie 1.0
Laatst Bijgewerkt 2017-06-12
Publicatiedatum 2017-06-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar moreiarty
Betalingswijze free
Ondersteunde Talen 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"
    }
}