Better couchsurfing search

Show only those whose couch are available.

什麼是Better couchsurfing search?

Better couchsurfing search是由Cecilia Zhang開發的Chrome擴展程式,該擴展的主要功能是“Show only those whose couch are available.”。

擴展截圖

screenshot

下載Better couchsurfing search擴展crx文件

下載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
官方網址 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
}