SurfEarner

SurfEarner

Расширение позволяет зарабатывать реальные деньги за просмотр рекламы и выполнение оплачиваемых заданий. Вывод денег на QIWI, WebMoney, Яндекс.Деньги и другие.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{c64f3ec1-d047-480b-ac80-2c470641a705}"
    }
  },
  "name": "SurfEarner",
  "short_name": "SurfEarner",
  "background": {
    "scripts": [
      "functions.js",
      "content/CommonMemory.js",
      "Banners.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "popup/popup.html",
    "default_title": "SurfEarner"
  },
  "content_scripts": [
    {
      "css": [
        "content/surfearner.css"
      ],
      "js": [
        "content/jquery.min.js",
        "content/ifvisible.js",
        "content/CommonMemory.js",
        "content/json2html.js",
        "content/jquery.json2html.js",
        "content/queue_engine.js",
        "content/push.js",
        "content/handlers.js",
        "content/surfearner.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://mail.google.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Расширение позволяет зарабатывать реальные деньги за просмотр рекламы. Вывод денег на Qiwi, Webmoney, Яндекс.Деньги и другие.",
  "homepage_url": "https://surfearner.com/",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "*://*/",
    "*://*/*"
  ],
  "version": "3.7.4",
  "web_accessible_resources": [
    "fonts/*",
    "content/json2html.js",
    "content/surf.js",
    "content/handlers/mva.js"
  ]
}