DataFee

DataFee

First extension in the world, that pays for your searches! Any query in the search engine will bring you money from this moment!

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "iskal.me",
  "short_name": "iskal.me",
  "description": "Первое в мире расширение, оплачивающее Ваши поиски. С этого момента абсолютно любой запрос в поисковике будет приносить Вам деньги!",
  "version": "0.0.8",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://go.mail.ru/search*",
        "*://www.go.mail.ru/search*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "Ваш баланс и вывод денег.",
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "storage",
    "*://*/*"
  ]
}