Google Country Switch by SearchRank.io

Google Country Switch by SearchRank.io

Change the targetted country for your Google search query by selecting a country.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Country Switch by SearchRank.io",
  "short_name": "Google Country Switcher",
  "version": "1.0",
  "manifest_version": 2,
  "homepage_url": "https://searchrank.io",
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "description": "Change the targetted country for your Google search query by selecting a country.",
  "browser_action": {
    "default_icon": "googleswitcher-32x32.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "googleswitcher-16x16.png",
    "32": "googleswitcher-32x32.png",
    "64": "googleswitcher-64x64.png",
    "128": "googleswitcher-128x128.png"
  }
}