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'est-ce que UBINER ?

UBINER est une extension Chrome développée par ubinerglobal, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UBINER

Téléchargez les fichiers d'extension UBINER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UBINER UBINER
ID ogphkfonbmkpklolpjeccnemijpaempn
URL Officiel https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn
Description 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…
Taille du Fichier 97.03 KB
Nombre d'Installations 66
Version Actuelle 1.0.5
Dernière Mise à Jour 2020-12-07
Date de Publication 2020-10-14
Évaluation 5.00/5 Total 8 Évaluations
Développeur ubinerglobal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ubiner.com/
URL de la Page d'Aide https://ubiner.channel.io
Langues Prises en Charge 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"
    ]
}