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…
Was ist UBINER?
UBINER ist eine Chrome-Erweiterung, die von ubinerglobal entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
UBINER-Erweiterungs-CRX-Datei herunterladen
Laden Sie UBINER-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ogphkfonbmkpklolpjeccnemijpaempn |
| Offizielle URL | https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn |
| Beschreibung | 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… |
| Dateigröße | 97.03 KB |
| Installationsanzahl | 66 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2020-12-07 |
| Veröffentlichungsdatum | 2020-10-14 |
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
| Entwickler | ubinerglobal |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.ubiner.com/ |
| Hilfeseite URL | https://ubiner.channel.io |
| Unterstützte Sprachen | 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"
]
} | |