TeaserFast

TeaserFast

C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы. Вывод денег на Payeer и Webmoney.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [],
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png"
    },
    "default_popup": "popup.html",
    "default_title": "TeaserFast"
  },
  "content_scripts": [
    {
      "css": [
        "css/stylet.css"
      ],
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "128": "images/icon128.png"
  },
  "name": "TeaserFast",
  "short_name": "TeaserFast",
  "description": "C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы. Вывод денег на Payeer и Webmoney.",
  "homepage_url": "https://teaserfast.ru/",
  "version": "1.2.1"
}