SurfEarner - заработок без вложений

SurfEarner - заработок без вложений

Расширение позволяет зарабатывать реальные деньги на просмотре рекламы и выполнении простых заданий. Быстрый вывод от 1 рубля.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "SurfEarner - заработок без вложений",
  "short_name": "SurfEarner",
  "description": "Расширение позволяет зарабатывать реальные деньги на просмотре рекламы и выполнении простых заданий. Быстрый вывод от 1 рубля.",
  "homepage_url": "https://surfearner.com/",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.14.6",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkLPJtVecOCHPd+I9+n7XR2H9W0qCXeEpcZzbvUGGj7+yEUHgbaU1y4wXepw5uy7G/TBkVTWkuXgdzysZe5Qnkv4PDD00i7zqKKqctZXmBBw17RWPYGtMVEAv1CJLZO7mKtokf2wDTk1LOvwKnulH9FMWR09lZSSIH9b1WqjIpvekkZ+LIxUN2nqwc1mEOu9ku55+vMsB1C8WthetBJb9yV2+2tmv5l6VxvU/pq86AYidv8AKFLooy4nytYk+fkndtfE1lipjFwf5Ey9uHmq+nGU3j2R9AedHsUo3FW88jqMPfNrN2LVB0LFzXLGAFwCP04D60VZjaETLXJgVx8UGIwIDAQAB",
  "permissions": [
    "tabs",
    "storage",
    "https://www.youtube.com/*",
    "https://m.youtube.com/*",
    "https://www.youtube.com/shorts/*",
    "https://static.surfearner.com/*",
    "https://s3.surfearner.com/ext/*",
    "https://s3.surfearner.com/api/*",
    "https://surfearner.com/api/*"
  ],
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "main/popup/popup.html",
    "default_title": "SurfEarner - заработок без вложений"
  },
  "background": {
    "scripts": [
      "seyt_page/include/Debug.js",
      "seyt_page/include/SeytStorage.js",
      "main/functions.js",
      "main/content/CommonMemory.js",
      "main/Banners.js",
      "main/background.js",
      "seyt_page/include/YoutubeUrl.js",
      "seyt_page/include/constants.js",
      "seyt_page/include/History.js",
      "seyt_page/include/include.js",
      "seyt_page/include/Listener.js",
      "seyt_page/include/Player.js",
      "seyt_page/include/Queue.js",
      "seyt_page/include/StatsService.js",
      "seyt_page/executeVideoDuration.js",
      "seyt_page/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "seyt_page/include/Debug.js",
        "main/content/jquery.min.js",
        "main/content/ifvisible.js",
        "main/content/CommonMemory.js",
        "main/content/json2html.js",
        "main/content/jquery.json2html.js",
        "main/content/queue_engine.js",
        "main/content/push.js",
        "main/content/handlers.js",
        "main/content/surfearner.js",
        "seyt_page/include/constants.js",
        "seyt_page/include/include.js",
        "seyt_page/include/notifiers/Notifier.js",
        "seyt_page/include/notifiers/NotifiersGeneric.js",
        "seyt_page/include/notifiers/NotifiersVideoCode.js",
        "seyt_page/include/notifiers/NotifiersVideoAdsError.js",
        "seyt_page/include/notifiers/NotifiersCpa.js",
        "seyt_page/include/DomWatchers.js",
        "seyt_page/include/YoutubeUrl.js",
        "seyt_page/executeVideoDuration.js",
        "seyt_page/content.js"
      ],
      "css": [
        "main/content/surfearner.css",
        "seyt_page/content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*",
    "main/fonts/*",
    "main/content/json2html.js",
    "main/content/surf.js",
    "main/content/handlers/mva.js",
    "main/content/handlers/mva.js",
    "seyt_page/executeVideoDuration.js"
  ]
}