aHrefs Search Volume & CPC Anchor Enhancer

aHrefs Search Volume & CPC Anchor Enhancer

Adds keyword cpc, competition and search volume to aHrefs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/underscore.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "css/inpage.css"
      ],
      "js": [
        "js/parseuri.js",
        "js/underscore.js",
        "js/jquery.js",
        "js/inpage.js"
      ],
      "matches": [
        "https://ahrefs.com/*",
        "http://ahrefs.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Adds keyword cpc, competition and search volume to aHrefs",
  "homepage_url": "http://blog.cartercole.com/",
  "icons": {
    "128": "img/icon.png"
  },
  "manifest_version": 2,
  "name": "aHrefs Search Volume & CPC Anchor Enhancer",
  "options_page": "options.html",
  "permissions": [
    "https://ahrefs.com/*",
    "http://ahrefs.com/*",
    "http://api.grepwords.com/lookup*"
  ],
  "version": "0.1.0",
  "web_accessible_resources": [
    "img/get.png"
  ]
}