Refuse to be Human - Baidu bot

Refuse to be Human - Baidu bot

Surf the web as Baidu bot. Ever wondered what the Baidu bot get’s to see online that you do not?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "homepage_url": "https://wwwwwwwwwwwwwwwwwwwwww.bitnik.org/rhb/",
  "name": "Refuse to be Human - The Baidu edition",
  "description": "Surf the web as Baidu bot. Ever wondered what the Baidu bot get’s to see online that you do not?",
  "version": "0.0.1.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "Refuse to be Human - The Baidu edition",
    "default_icon": "icon_OFF_48.png"
  },
  "manifest_version": 2
}