NeoBuxOx

NeoBuxOx

NeoBuxOx adds helpful information to NeoBux, a website to earn money online. Have extra information on your referral listings, statistics and summary account pages making your NeoBux account management easier. Designed to be fast, clean and light.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "NeoBuxOx",
  "version": "4.0.16resigned1",
  "description": "NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.",
  "icons": {
    "16": "/images/icon16.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.neobux.com/c/*"
      ],
      "js": [
        "/js/NeoBuxOx.js"
      ],
      "css": [
        "/css/main.css"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-pWGQEEt2toKZZQ@jetpack"
    }
  }
}