NeoBuxOx

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

什么是NeoBuxOx?

NeoBuxOx是由Proxen开发的Chrome扩展程序,该扩展的主要功能是“NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载NeoBuxOx扩展crx文件

下载NeoBuxOx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        NeoBuxOx adds helpful information to NeoBux referral listings, statistics and summary account pages, that will make your account management easier. Designed to be fast, clean and light.

- Obtain the individual profit of your referrals instantly!
- Real profit calculated on the fly, taking into consideration membership and referral costs.
- Add accurate and useful information to NeoBux.

NeoBuxOx is now available multiple languages:
- English
- Greek (special thanks to "mdim")
- Portuguese
- Spanish                    

扩展基本信息

名称 NeoBuxOx NeoBuxOx
ID fcpnnjlljgdcinojgocmjddolelccbjc
官方URL https://chromewebstore.google.com/detail/neobuxox/fcpnnjlljgdcinojgocmjddolelccbjc
简介 NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.
文件大小 33.18 KB
安装次数 3,485
当前版本 4.0.16
更新时间 2019-05-20
上架时间 2019-05-20
评分 4.74/5 共269次评分
开发者 Proxen
电子邮箱 [email protected]
付费类型 free
支持的语言 en
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
}