Society3 Xeetter

Society3 Xeetter

Shows XeeMe users on Twitter. Allows you to open their XeeMe or create one.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Society3 Xeetter",
  "version": "0.82",
  "icons": {
    "24": "24.png",
    "128": "128.png"
  },
  "description": "Shows XeeMe users on Twitter. Allows you to open their XeeMe or create one.",
  "permissions": [
    "cookies",
    "tabs",
    "http://xeeme.com/1.0/searchprofile?/*"
  ],
  "background": {
    "scripts": [
      "jquery-1.7.2.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "all_frames": true,
      "js": [
        "jquery-1.7.2.min.js",
        "XeeMescript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "i1.png",
    "i2.png"
  ],
  "manifest_version": 2
}