Bot11x11

Bot11x11

Just run the bot and show what to click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "0.13",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "browser_action": {
    "default_title": "Bot11x11",
    "default_popup": "popup.html",
    "default_icon": "icon/48.png"
  },
  "permissions": [
    "tabs",
    "http://bot11x11.ru/",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "default-src 'self'"
}