Free Ctrl+C

Free Ctrl+C

free ctrl+c from sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Ctrl+C",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "free ctrl+c from sites",
  "homepage_url": "http://labgamma.com.br",
  "icons": {
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Freedom!"
  },
  "permissions": [
    "https://*/*",
    "http://*/*",
    "activeTab"
  ]
}