Airbnb Real Prices

Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.

什么是Airbnb Real Prices?

Airbnb Real Prices是由benf86开发的Chrome扩展程序,该扩展的主要功能是“Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.”。

扩展截图

screenshot

下载Airbnb Real Prices扩展crx文件

下载Airbnb Real Prices扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.

You can trigger the display of 1 real price per second because we don't want to risk getting banned by AirBnB's API.                    

扩展基本信息

名称 Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
官方URL https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
简介 Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
文件大小 70.36 KB
安装次数 119
当前版本 1.1.1
更新时间 2018-01-04
上架时间 2018-01-04
评分 5.00/5 共1次评分
开发者 benf86
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/benf86/AirbnbRealPrice
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Airbnb Real Prices",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Hover over the 'per day\/month\/year' text on the property listing to get the total price with all modifiers.",
    "homepage_url": "https:\/\/www.ferreira.si",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.airbnb.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.airbnb.com\/*"
            ],
            "js": [
                "src\/inject\/jquery-3.2.1.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}