NeoBuxOx

NeoBuxOx

NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NeoBuxOx",
  "version": "4.0.16",
  "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
}