Twitch master bot

Twitch master bot

Бот для просмотра twitch стримов на сайте twitch master После запуска, открывает 2 вкладки с сайтом twitchmaster.ru, и переходит…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Twitch master bot",
  "short_name": "twitchmaster bot",
  "version": "3.0.4",
  "content_scripts": [
    {
      "matches": [
        "https://twmaster.ru/*"
      ],
      "js": [
        "jquery-3.5.1.min.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "jquery-3.5.1.min.js",
      "socket.io.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "https://twmaster.ru/*",
    "https://*.twitchmasterbot.ru/*",
    "https://twitchmasterbot.ru/*",
    "notifications"
  ],
  "externally_connectable": {
    "matches": [
      "https://twitchmasterbot.ru/*"
    ]
  },
  "browser_action": {
    "default_title": "Twitchmaster",
    "default_icon": "logo128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmiXrMovRwMKh/R8TKXso+FlNfh62y+hXp1KYn/9uKMaC7qCd0yevzqEmVOpI9F1/OtGg669KE42uym2b03u9FWaD6q6U7EbgyS1sroe8srdiAAKlwn2U1gLlZsgfEQiTObZ+Iqio5YNQIP7jVz+aNiuMMS+YODb7pBxz5fw9USaGr6hHie0biuJVxU07xTV4ccmALm5hNV2p08pas97XLpWgj1w7GIsYc1dyLZ9uKzcXNBzzP0H4OIFvyWfk8QEZYFwKqq7F6m1zQaE+zE7rIwqGNtP96/5QflycZJLlvKsdyfYMTMAGUvT4b8wdje4Tr1LiCVf04xgCHEylaEA4cwIDAQAB"
}