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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | fbdldkmjiheapflcjmodkkehachcinld |
| 官方網址 | 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"
]
}
]
} | |