1000 Bots

1000 Bots

Surf the Web as Googlebot. Ever wondered what the Googlebot get’s to see online that you do not?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "homepage_url": "http://1000scores.com/portfolio-items/mediengruppe-bitnik-1000-bots/",
  "name": "1000 Bots",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "55.0"
    }
  },
  "description": "Surf the Web as Googlebot. Ever wondered what the Googlebot get’s to see online that you do not?",
  "version": "0.0.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "browser_action": {
    "name": "Click to change your browsers perspective",
    "default_icon": "icon_OFF_48.png"
  },
  "manifest_version": 2
}