Shows People also search keywords in Google

Shows and adds all phrases from 'People also search for' to Google results

What is Shows People also search keywords in Google?

Shows People also search keywords in Google is a Chrome extension developed by Lino Uruñuela, and its main feature is "Shows and adds all phrases from 'People also search for' to Google results".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Shows People also search keywords in Google Extension CRX File

Download Shows People also search keywords in Google 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

                        Shows and adds all phrases from 'People also search for' to Google results.

This extension allows you to show related terms on Google to one click.

It very useful to find new similar keywords used to other people.                    

Extension Basic Information

Name Shows People also search keywords in Google Shows People also search keywords in Google
ID mepolfjhpifndipailaomfonidamjcog
Official URL https://chrome.google.com/webstore/detail/shows-people-also-search/mepolfjhpifndipailaomfonidamjcog
Description Shows and adds all phrases from 'People also search for' to Google results
File Size 35.49 KB
Installation Count 588
Current Version 1.0
Last Updated 2020-03-16
Publish Date 2020-03-14
Rating 4.75/5 Total 4 Ratings
Developer Lino Uruñuela
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shows People also search keywords in Google",
    "short_name": "Show People also search keywords in Google",
    "description": "Shows and adds all phrases from 'People also search for' to Google results",
    "icons": {
        "16": "\/images\/icon16-2.png",
        "24": "\/images\/icon24-2.png",
        "32": "images\/icon32-2.png",
        "64": "images\/icon64-2.png",
        "128": "images\/icon128-2.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-2.png",
            "24": "images\/icon24-2.png",
            "32": "images\/icon32-2.png",
            "128": "images\/icon128-2.png"
        }
    },
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}