Kaleostra

Kaleostra

Расширение позволяет зарабатывать бонусы за просмотр рекламы и заказывать рекламу за бонусы.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kaleostra",
  "short_name": "Kaleostra",
  "description": "Расширение позволяет зарабатывать бонусы за просмотр рекламы и заказывать рекламу за бонусы.",
  "homepage_url": "https://kaleostra.biz/",
  "version": "1.9.7",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage",
    "*://*/",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "content/jquery.min.js",
        "content/ifvisible.js",
        "content/CommonMemory.js",
        "content/json2html.js",
        "content/jquery.json2html.js",
        "content/queue_engine.js",
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "content/CommonMemory.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Kaleostra",
    "default_icon": "img/icon16.png",
    "default_popup": "popup/popup.html"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "content/json2html.js"
  ]
}