Avocado Pricing
This extension represents all prices in your browser in terms of no. of avocado toasts
What is Avocado Pricing?
Avocado Pricing is a Chrome extension developed by moreiarty, and its main feature is "This extension represents all prices in your browser in terms of no. of avocado toasts".
Extension Screenshots
Download Avocado Pricing Extension CRX File
Download Avocado Pricing 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
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.
Extension Basic Information
Name | Avocado Pricing |
ID | akhgajknpdiooplncfkmohfkojehhahi |
Official URL | https://chromewebstore.google.com/detail/avocado-pricing/akhgajknpdiooplncfkmohfkojehhahi |
Description | This extension represents all prices in your browser in terms of no. of avocado toasts |
File Size | 41.68 KB |
Installation Count | 164 |
Current Version | 1.0 |
Last Updated | 2017-06-12 |
Publish Date | 2017-06-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | moreiarty |
Payment Type | free |
Supported Languages | 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" } } |