Airbnb Add Total

Display total.

What is Airbnb Add Total?

Airbnb Add Total is a Chrome extension developed by http://www.helmutgranda.com, and its main feature is "Display total.".

Download Airbnb Add Total Extension CRX File

Download Airbnb Add Total 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

                        Extension adds @Airbnb fee to listing subtotal and then shows cost per guest per comment here: https://twitter.com/soopa/status/417084486992416768                    

Extension Basic Information

Name Airbnb Add Total Airbnb Add Total
ID lpcpilfpbndjcbkockblohhldjblbdjj
Official URL https://chrome.google.com/webstore/detail/airbnb-add-total/lpcpilfpbndjcbkockblohhldjblbdjj
Description Display total.
File Size 83.61 KB
Installation Count 10
Current Version 1.0.0
Last Updated 2013-12-30
Publish Date 2013-12-30
Developer http://www.helmutgranda.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airbnb Add Total",
    "version": "1.0.0",
    "description": "Display total.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "airbnb add total",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "http:\/\/www.airbnb.com\/rooms\/",
        "https:\/\/www.airbnb.com\/rooms\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.airbnb.com\/rooms\/*"
            ],
            "css": [
                "src\/contentStyle.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "src\/contentScript.js"
            ]
        }
    ]
}