Shows People also search keywords in Google

Shows People also search keywords in Google

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

Merlin
Additional files are visible only to premium users

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"
    ]
  }
}