Reply All For Twitter

Reply All For Twitter

Use it when Zillion of people mentiones you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reply All For Twitter",
  "version": "0.3",
  "description": "Use it when Zillion of people mentiones you",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "css": [
        "twitterReplyAll.css"
      ],
      "js": [
        "jquery.js",
        "twitterReplyAll.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "checkbox_empty.png",
    "checkbox_full.png",
    "twitterReplyAll.css"
  ]
}