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…

O que é UBINER?

UBINER é uma extensão do Chrome desenvolvida por ubinerglobal, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão UBINER

Baixe arquivos de extensão UBINER 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

                        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.                    

Informações Básicas da Extensão

Nome UBINER UBINER
ID ogphkfonbmkpklolpjeccnemijpaempn
URL Oficial https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn
Descrição 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…
Tamanho do Arquivo 97.03 KB
Contagem de Instalações 66
Versão Atual 1.0.5
Última Atualização 2020-12-07
Data de Publicação 2020-10-14
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor ubinerglobal
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.ubiner.com/
URL da Página de Ajuda https://ubiner.channel.io
Idiomas Suportados 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"
    ]
}