Shows People also search keywords in Google

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

Shows People also search keywords in Google क्या है?

Shows People also search keywords in Google Lino Uruñuela द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows and adds all phrases from 'People also search for' to Google results"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shows People also search keywords in Google एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Shows People also search keywords in Google Shows People also search keywords in Google
ID mepolfjhpifndipailaomfonidamjcog
आधिकारिक URL https://chrome.google.com/webstore/detail/shows-people-also-search/mepolfjhpifndipailaomfonidamjcog
विवरण Shows and adds all phrases from 'People also search for' to Google results
फ़ाइल का आकार 35.49 KB
स्थापना संख्या 588
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-03-16
प्रकाशन तिथि 2020-03-14
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Lino Uruñuela
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}