NeoBux AdAlert

An extension which notifies you when there are new advertisements available

¿Qué es NeoBux AdAlert?

NeoBux AdAlert es una extensión de Chrome desarrollada por https://www.neobux.com, y su función principal es "An extension which notifies you when there are new advertisements available".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión NeoBux AdAlert

Descarga archivos de extensión NeoBux AdAlert en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        AdAlert is NeoBux's unique and exclusive browser extension. It takes almost no space at all and will notify you of new advertisements so that you'll never miss one.

You'll also have your updated balance(s) at the distance of a single click without disturbing you from what you're doing in your computer.

The extension will be automatically updated (depending on your browser's settings) so that you'll always have the latest version.                    

Información Básica de la Extensión

Nombre NeoBux AdAlert NeoBux AdAlert
ID oaepeijninfcgjdnighjnlgdkkgpnaen
URL Oficial https://chromewebstore.google.com/detail/neobux-adalert/oaepeijninfcgjdnighjnlgdkkgpnaen
Descripción An extension which notifies you when there are new advertisements available
Tamaño del Archivo 310 KB
Cantidad de Instalaciones 28,808
Versión Actual 2.8.4
Última Actualización 2022-06-03
Fecha de Publicación 2020-06-04
Calificación 4.78/5 Total de 1055 Calificaciones
Desarrollador https://www.neobux.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.neobux.com/
URL de la Página de Política de Privacidad https://www.neobux.com/m/pp
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NeoBux AdAlert",
    "version": "2.8.4",
    "description": "An extension which notifies you when there are new advertisements available",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon_19.png",
            "38": "images\/icons\/icon_38.png"
        },
        "default_title": "NeoBux AdAlert",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        ""
    ],
    "homepage_url": "https:\/\/www.neobux.com\/m\/ad\/",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "\/images\/icons\/icon_128.png"
    ]
}