NeoBuxOx

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

O que é NeoBuxOx?

NeoBuxOx é uma extensão do Chrome desenvolvida por Proxen, e sua principal característica é "NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NeoBuxOx

Baixe arquivos de extensão NeoBuxOx no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NeoBuxOx NeoBuxOx
ID fcpnnjlljgdcinojgocmjddolelccbjc
URL Oficial https://chromewebstore.google.com/detail/neobuxox/fcpnnjlljgdcinojgocmjddolelccbjc
Descrição NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.
Tamanho do Arquivo 33.18 KB
Contagem de Instalações 3,485
Versão Atual 4.0.16
Última Atualização 2019-05-20
Data de Publicação 2019-05-20
Classificação 4.74/5 Total de 269 Avaliações
Desenvolvedor Proxen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}