Global Search Simulator: Perform Google Search in Any Country and Language

Global Search Simulator: Perform Google Search in Any Country and Language

Perform Google searches in any country and language with ease using our Search Simulator Chrome extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Global Search Simulator: Perform Google Search in Any Country and Language",
  "version": "1.0.0",
  "description": "Perform Google searches in any country and language with ease using our Search Simulator Chrome extension.",
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "32": "icon32.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [],
  "action": {},
  "background": {
    "service_worker": "background.js"
  }
}