Send Bot+

Send Bot+

Программа автоматической рассылки Sendbot+ Svadba.com/Jump4love/Zolushka.net

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/cookie.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery.js",
        "svadba/click.js"
      ],
      "matches": [
        "http://*.svadba.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "css": [
        "svadba/css.css"
      ],
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "svadba/js.js"
      ],
      "matches": [
        "http://*.svadba.com/chat/*",
        "http://m.svadba.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "zolushka-chat/js.js"
      ],
      "matches": [
        "http://zolushka.net/im/*",
        "http://www.zolushka.net/im/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "jump4love-chat/js.js"
      ],
      "matches": [
        "*://jump4love.com/chat_v2/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://raw.github.com/ https://raw.githubusercontent.com/ https://render.github.com/; object-src 'self'",
  "description": "Программа автоматической рассылки Sendbot+ Svadba.com/Jump4love/Zolushka.net",
  "icons": {
    "128": "images/sendbot_128.png"
  },
  "manifest_version": 2,
  "name": "Send Bot+",
  "page_action": {
    "default_icon": {
      "19": "images/sendbot_19.png",
      "38": "images/sendbot_38.png"
    },
    "default_title": "SendBot+"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "cookies",
    "*://*.github.com/*",
    "*://*.githubusercontent.com/*",
    "*://jump4love.com/*",
    "*://sendbot.net/*",
    "*://*.svadba.com/*"
  ],
  "requirements": {
    "plugins": {
      "npapi": false
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.2",
  "web_accessible_resources": [
    "images/sendbot_48.png"
  ]
}