Whatsmyserp

Unlimited on-demand keyword research data inside Google search results.

What is Whatsmyserp?

Whatsmyserp is a Chrome extension developed by https://whatsmyserp.com, and its main feature is "Unlimited on-demand keyword research data inside Google search results.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Whatsmyserp Extension CRX File

Download Whatsmyserp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Research keywords without leaving your Google search results.

Whatsmyserp, previously known as WMS Everywhere, is an extension that provides keyword metrics like search volume and cost-per-click for your current search term and a collection of related search terms.

This free extension is built by WhatsMySerp.com                    

Extension Basic Information

Name Whatsmyserp Whatsmyserp
ID chbmoagfhnkggnhbjpoonnmhnpjdjdod
Official URL https://chromewebstore.google.com/detail/whatsmyserp/chbmoagfhnkggnhbjpoonnmhnpjdjdod
Description Unlimited on-demand keyword research data inside Google search results.
File Size 402 KB
Installation Count 68,098
Current Version 1.0.15
Last Updated 2023-04-14
Publish Date 2020-03-25
Rating 3.86/5 Total 63 Ratings
Developer https://whatsmyserp.com
Email [email protected]
Payment Type free
Extension Website https://whatsmyserp.com
Privacy Policy Page URL https://whatsmyserp.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsmyserp",
    "description": "Unlimited on-demand keyword research data inside Google search results.",
    "version": "1.0.15",
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "Whatsmyserp"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "webNavigation",
        "storage",
        "https:\/\/*.whatsmyserp.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}