Tchat CDR popup

Tchat CDR popup

Ajoute un tchat au jeu CDR

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tchat CDR popup",
  "version": "1.3",
  "description": "Ajoute un tchat au jeu CDR",
  "icons": {
    "48": "icons/bulle-chat.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.campagne-de-russie.com/jeu.php"
      ],
      "js": [
        "tchat.js",
        "bouton.js"
      ],
      "css": [
        "styleTchat.css"
      ]
    }
  ]
}