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…

Cos'è UBINER?

UBINER è un'estensione di Chrome sviluppata da ubinerglobal, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione UBINER

Scarica i file di estensione UBINER 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

                        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.                    

Informazioni di Base sull'Estensione

Nome UBINER UBINER
ID ogphkfonbmkpklolpjeccnemijpaempn
URL Ufficiale https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn
Descrizione 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…
Dimensione del File 97.03 KB
Conteggio Installazioni 66
Versione Corrente 1.0.5
Ultimo Aggiornamento 2020-12-07
Data di Pubblicazione 2020-10-14
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore ubinerglobal
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ubiner.com/
URL della Pagina di Aiuto https://ubiner.channel.io
Lingue Supportate 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"
    ]
}