Keyword Rank Counter

Keyword Rank Counter

This is an Extension Made by Webvoom Team. With the help of this tool, User can know the exact position of keywords

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Webvoom",
  "action": {
    "default_title": "Keyword Rank Counter"
  },
  "content_scripts": [
    {
      "js": [
        "ordinate.js"
      ],
      "matches": [
        "https://www.google.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "description": "This is an Extension Made by Webvoom Team. With the help of this tool, User can know the exact position of keywords",
  "manifest_version": 3,
  "name": "Keyword Rank Counter",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}