CS Nav Links

CS Nav Links

Improved navigation menu for Couchsurfing. Those who want to donate can do so here: http://bit.ly/11zXlAF

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "couchsurfing.user.js"
      ],
      "matches": [
        "http://www.couchsurfing.org/*",
        "https://www.couchsurfing.org/*"
      ],
      "run_at": "document_end"
    }
  ],
  "converted_from_user_script": true,
  "description": "Improved navigation menu for Couchsurfing. Those who want to donate can do so here: http://bit.ly/11zXlAF ",
  "name": "CS Nav Links",
  "version": "0.3.12"
}