SpeakT

SpeakT

Commented photos in social networks anonymously

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SpeakT",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Commented photos in social networks anonymously",
  "page_action": {
    "default_title": "SpeakT",
    "default_icon": "img/icon.png"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "http://vk.com/*",
    "http://speakt.ru/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://vk.com/*",
        "http://speakt.ru/*"
      ],
      "js": [
        "js/jq.js",
        "js/popup.js",
        "js/jquery.cookie.js"
      ]
    }
  ]
}