Coofy

Coofy

Display additional information through the community when searching on Google search engine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.4.10",
  "default_locale": "en",
  "manifest_version": 2,
  "icons": {
    "128": "images/coofy-128.png"
  },
  "permissions": [
    "https://coofy.logriver.io/data.json"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/search*",
        "*://www.google.fr/search*"
      ],
      "js": [
        "js/jquery/jquery-1.12.4.min.js",
        "js/jquery-plugins/jquery.md5/jquery.md5.js",
        "js/jquery-plugins/jquery.url/jquery.url-2.0.js",
        "js/chico-0.10.2/js/chico-min-0.10.2.js",
        "js/jquery-plugins/jquery.json/jquery.json-2.3.min.js",
        "js/config.js",
        "js/contentscript.js"
      ],
      "css": [
        "css/style.css",
        "js/chico-0.10.2/css/chico-min-0.10.2.spe.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "images/*.png",
    "images/*.jpg",
    "images/*.gif"
  ]
}