Mafia Wars Switch Tool

Mafia Wars Switch Tool

Mafia Wars Switch Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Mafia Wars Switch Tool",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Mafia Wars Switch Tool",
  "icons": {
    "128": "128x128.jpg"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery-1.8.3.min.js",
        "switch.user.js"
      ],
      "matches": [
        "http://www.facebook.com/*",
        "https://www.facebook.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": []
}