Better couchsurfing search

Show only those whose couch are available.

Better couchsurfing searchคืออะไร?

Better couchsurfing search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cecilia Zhang และคุณลักษณะหลักของมันคือ "Show only those whose couch are available."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better couchsurfing search

ดาวน์โหลดไฟล์ส่วนขยาย Better couchsurfing search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension you will ONLY see people who has got an available couch while searching. With the current website there is no way to filter search results.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Better couchsurfing search Better couchsurfing search
ID nfgcolanoapaeddolbmndhdlpcamojnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-couchsurfing-searc/nfgcolanoapaeddolbmndhdlpcamojnk
คำอธิบาย Show only those whose couch are available.
ขนาดไฟล์ 639 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-03-03
วันที่เผยแพร่ 2013-03-02
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Cecilia Zhang
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better couchsurfing search",
    "version": "1.0",
    "icons": {
        "16": "\/img\/icons\/icon_16.png",
        "48": "\/img\/icons\/icon_48.png",
        "128": "\/img\/icons\/icon_128.png"
    },
    "description": "Show only those whose couch are available.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.couchsurfing.org\/*",
                "*:\/\/*.couchsurfing.com\/*"
            ],
            "js": [
                "\/js\/external\/jquery.js",
                "\/js\/content_script.js"
            ]
        }
    ],
    "manifest_version": 2
}