WebRank SEO

WebRank SEO

WebRank SEO provides Alexa Rank, Website Security, Server Location, Whois Lookup, Pages Indexed and Backlinks in Google & Bing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/logo19.png",
    "default_popup": "popup.html",
    "default_title": "WebRank SEO"
  },
  "content_scripts": [
    {
      "js": [
        "init.js"
      ],
      "matches": [
        "http://*.webrankstats.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "WebRank SEO provides Alexa Rank, Website Security, Server Location, Whois Lookup, Pages Indexed and Backlinks in Google & Bing",
  "icons": {
    "16": "img/logo16.png",
    "19": "img/logo19.png",
    "24": "img/logo24.png",
    "32": "img/logo32.png",
    "48": "img/logo48.png",
    "64": "img/logo64.png",
    "128": "img/logo128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/Rr6eF88a5d6l7avwUMUwV7wBdkda7Wn2E9rxNpj3Ms4A2hsxIXjyeKhqX7PzEc1AJ+YhXnhE6E3tivxr/tqcv/EbetkNFc5oLJyHw4cc1Ui9L+XvTxFf7mqAwE2FPhrs27Mha0klLo4DdYQ8w0BtI557laKHCriO3W6mvj3TOQIDAQAB",
  "manifest_version": 2,
  "name": "WebRank SEO",
  "permissions": [
    "contextMenus",
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "3.4.0"
}