NeoBuxOx

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

Cos'è NeoBuxOx?

NeoBuxOx è un'estensione di Chrome sviluppata da Proxen, e la sua funzione principale è "NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NeoBuxOx

Scarica i file di estensione NeoBuxOx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NeoBuxOx NeoBuxOx
ID fcpnnjlljgdcinojgocmjddolelccbjc
URL Ufficiale https://chromewebstore.google.com/detail/neobuxox/fcpnnjlljgdcinojgocmjddolelccbjc
Descrizione NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.
Dimensione del File 33.18 KB
Conteggio Installazioni 3,485
Versione Corrente 4.0.16
Ultimo Aggiornamento 2019-05-20
Data di Pubblicazione 2019-05-20
Valutazione 4.74/5 Totale 269 Valutazioni
Sviluppatore Proxen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}