CA-Tools V3.2b/V2.2 Chrome Loader

CA-Tools V3.2b/V2.2 Chrome Loader

Another fine tool by Hoots

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "script.js"
      ],
      "matches": [
        "https://*.castleagegame.com/castle/*",
        "https://apps.facebook.com/castle_age/*",
        "https://*.castleagegame.com/castle_ws/*"
      ]
    }
  ],
  "description": "Another fine tool by Hoots",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "CA-Tools V3.2b/V2.2 Chrome Loader",
  "permissions": [
    "https://apps.facebook.com/castle_age/*",
    "https://*.castleagegame.com/castle/*",
    "https://*.castleagegame.com/castle_ws/*"
  ],
  "version": "3.2.2"
}