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…
Wat is UBINER?
UBINER is een Chrome-extensie ontwikkeld door ubinerglobal, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie UBINER
Download UBINER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ogphkfonbmkpklolpjeccnemijpaempn |
| Officiële URL | https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn |
| Beschrijving | 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… |
| Bestandsgrootte | 97.03 KB |
| Aantal Installaties | 66 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2020-12-07 |
| Publicatiedatum | 2020-10-14 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | ubinerglobal |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.ubiner.com/ |
| Help Pagina-URL | https://ubiner.channel.io |
| Ondersteunde Talen | 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"
]
} | |