Surf Without Login for Google

Surf Without Login for Google

Remove login in box automatically that forces you to login. And surf Google without login

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Remove login in box automatically that forces you to login. And surf Google without login",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "name": "Surf Without Login for Google",
  "permissions": [
    "activeTab",
    "downloads",
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "cookies",
    "storage",
    "management"
  ],
  "version": "1.0.1resigned1",
  "applications": {
    "gecko": {
      "id": "surf_without_login_for_googl@surf_without_login_for_googl.org"
    }
  }
}