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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benf86 และคุณลักษณะหลักของมันคือ "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Airbnb Real Prices

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}