Search Laboratory Regional SERP Selector

Search Laboratory Regional SERP Selector

This plugin enables the user to load the Google search engine results page for a specific location and language.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Search Laboratory Regional SERP Selector",
  "description": "This plugin enables the user to load the Google search engine results page for a specific location and language.",
  "version": "1.0.2",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "permissions": [
    "storage"
  ]
}