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…

Hvad er UBINER?

UBINER er en Chrome-udvidelse udviklet af ubinerglobal, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download UBINER-udvidelses-CRX-fil

Download UBINER-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UBINER UBINER
ID ogphkfonbmkpklolpjeccnemijpaempn
Officiel URL https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn
Beskrivelse 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…
Filstørrelse 97.03 KB
Antal Installationer 66
Nuværende Version 1.0.5
Senest Opdateret 2020-12-07
Udgivelsesdato 2020-10-14
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler ubinerglobal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.ubiner.com/
Hjælpeside-URL https://ubiner.channel.io
Understøttede Sprog 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"
    ]
}