UBINER

Ubiner is patented as a system that gives income to users every time they type a letter. We are a system that measures the value of…

¿Qué es UBINER?

UBINER es una extensión de Chrome desarrollada por ubinerglobal, y su función principal es "Ubiner is patented as a system that gives income to users every time they type a letter. We are a system that measures the value of…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión UBINER

Descarga archivos de extensión UBINER 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

                        Ubiner is patented as a system that gives income to users every time they type a letter.
We are a system that measures the value of people using letters and gives them income as a reward.

These activities allow us to know the more accurate value of the text activity, and also review each usage for the text.                    

Información Básica de la Extensión

Nombre UBINER UBINER
ID ogphkfonbmkpklolpjeccnemijpaempn
URL Oficial https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn
Descripción Ubiner is patented as a system that gives income to users every time they type a letter. We are a system that measures the value of…
Tamaño del Archivo 97.03 KB
Cantidad de Instalaciones 66
Versión Actual 1.0.5
Última Actualización 2020-12-07
Fecha de Publicación 2020-10-14
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador ubinerglobal
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.ubiner.com/
URL de la Página de Ayuda https://ubiner.channel.io
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UBINER",
    "version": "1.0.5",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/app\/keys.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/app\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/app\/keys.js"
    ]
}