Bridge-of-love ChatOS automatic email sender

Bridge-of-love ChatOS automatic email sender

Данное расширение создано для облегчения процесса поиска собеседников на сайте bridge-of-love.com. Вы сможете быстро и легко…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/bridge-of-love.css"
      ],
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "js/content.live.js"
      ],
      "matches": [
        "*://*.bridge-of-love.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "./img/16.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "manifest_version": 2,
  "name": "Bridge-of-love ChatOS automatic email sender",
  "page_action": {
    "default_icon": "./img/16.png",
    "default_popup": "index.live.html",
    "default_title": "ChatOS Bridge-of-love mails - meaning of love"
  },
  "permissions": [
    "tabs",
    "*://*.bridge-of-love.com/*",
    "*://*.chatoptimizer.com/*",
    "windows",
    "storage",
    "unlimitedStorage"
  ],
  "version": "1.0.6"
}