Better couchsurfing search
Show only those whose couch are available.
What is Better couchsurfing search?
Better couchsurfing search is a Chrome extension developed by Cecilia Zhang, and its main feature is "Show only those whose couch are available.".
Extension Screenshots
Download Better couchsurfing search Extension CRX File
Download Better couchsurfing search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Better couchsurfing search |
ID | nfgcolanoapaeddolbmndhdlpcamojnk |
Official URL | https://chromewebstore.google.com/detail/better-couchsurfing-searc/nfgcolanoapaeddolbmndhdlpcamojnk |
Description | Show only those whose couch are available. |
File Size | 639 KB |
Installation Count | 42 |
Current Version | 1.0 |
Last Updated | 2013-03-03 |
Publish Date | 2013-03-02 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Cecilia Zhang |
Payment Type | free |
Supported Languages | 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 } |