Unfixed google search form

Unfixed google search form

This app provides you to see more expanded screen by removing fixed google search form.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unfixed google search form",
  "short_name": "UF",
  "default_locale": "ja",
  "description": "__MSG_extDescription__",
  "author": "Daiki Tagami",
  "version": "1.0.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/search*"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}