Qpush

Qpush

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

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": [
    "tabs",
    "storage",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Qpush"
  },
  "content_scripts": [
    {
      "css": [
        "css/qpush.css"
      ],
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "128": "img/icon128.png"
  },
  "name": "Qpush",
  "description": "C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы",
  "homepage_url": "https://qpush.net/",
  "version": "1.1.5"
}