AUTO LIKE & CMT POST IN TIMELINE

AUTO LIKE & CMT POST IN TIMELINE

AUTO LIKE & CMT POST IN TIMELINE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AUTO LIKE & CMT POST IN TIMELINE",
  "description": "AUTO LIKE & CMT POST IN TIMELINE",
  "version": "1.0",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "img/icon.png"
  },
  "background": {
    "scripts": [
      "js/app.js"
    ]
  }
}