nombre

nombre

Use people's first names in your tweets to them

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "nombre",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Use people's first names in your tweets to them",
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "jquery.js",
        "content_script.js"
      ]
    }
  ]
}