Airbnb Local

Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars…

What is Airbnb Local?

Airbnb Local is a Chrome extension developed by koukougogo, and its main feature is "Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars…".

Extension Screenshots

screenshot
screenshot

Download Airbnb Local Extension CRX File

Download Airbnb Local 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

                        Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars
Recommend cheaper and nearby apartments                    

Extension Basic Information

Name Airbnb Local Airbnb Local
ID fmdapmnldajjokehoagkmkcllbommmfn
Official URL https://chrome.google.com/webstore/detail/airbnb-local/fmdapmnldajjokehoagkmkcllbommmfn
Description Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars…
File Size 341 KB
Installation Count 59
Current Version 0.3
Last Updated 2015-02-10
Publish Date 2015-02-10
Rating 5.00/5 Total 3 Ratings
Developer koukougogo
Payment Type free
Extension Website http://www.airbnblocal.com
Help Page URL http://www.airbnblocal.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airbnb Local",
    "version": "0.3",
    "permissions": [
        "background",
        "contextMenus",
        "tabs",
        "clipboardWrite",
        "https:\/\/cdn.leafletjs.com\/*",
        "https:\/\/api.tiles.mapbox.com\/*",
        "https:\/\/code.jquery.com\/*",
        "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.airbnblocal.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "js\/*.js",
        "css\/*.css"
    ],
    "browser_action": {
        "default_icon": "static\/button.png",
        "default_title": "Airbnb Local - dev version"
    },
    "icons": {
        "16": "static\/button.png",
        "48": "static\/button.png",
        "128": "static\/button.png",
        "19": "static\/button.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.1.3.min.js",
                "js\/jquery-ui.min.js",
                "js\/leaflet.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/jquery-ui.theme.min.css",
                "css\/leaflet.css",
                "css\/abLocalStyle2.css",
                "css\/jquery-ui.structure.min.css"
            ],
            "matches": [
                "https:\/\/www.airbnb.com\/*"
            ]
        }
    ]
}