GWT

Ever since Google introduces HTTPS protocol for your search, missing all Google Analytis information through which keywords and…
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "browser_action": {
    "default_icon": "img/logo.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.semor.cz https://www.semor.cz; object-src 'self'",
  "description": "",
  "homepage_url": "http://www.semor.cz",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj210cxIstoCStzTSe39UAO4YFRk9k8Rjr8gi0BCgmg/NEJcT8K/ac+aXtKl+rENTVsdNh6F7MRGemy5ct5yASElzLbHJSl2HBwL+DxORohRRxzkTj//cHEzKsK1piUwJjdmlBsAsWpAY8pBYtoxHMKl7yN6lMXB7I2gH1PXy9waHoxPPAS5z7inIKTfV2CySQEU4qWUK3JganCxV5MiStEgpqtid5OPn7DBVenViS/wmzCE/wqSs9iWS5MMNWrHz75OwQzZk/Ry0rAiKqFC3FCdoNmfhlmHfw+5qNjB+xSbHGrJUZzyHHf8aV5pFmn3oCRqMwAPlfpGWhawB0Ie0PQIDAQAB",
  "manifest_version": 2,
  "name": "GWT",
  "permissions": [
    "http://*/",
    "https://*/",
    "storage",
    "tabs",
    "activeTab",
    "idle",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.0.1",
  "web_accessible_resources": [
    "img/icon.png"
  ]
}