FreeComments

FreeComments

Use this extension you can comment web page even it do not have a function of comment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FreeComments",
  "description": "Use this extension you can comment web page even it do not have a function of comment.",
  "version": "1.3",
  "permissions": [
    "tabs",
    "http://www.sogou.com/"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  }
}