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.”。
扩展截图
下载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 |
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 } |