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…
Vad är UBINER?
UBINER är en Chrome-tillägg utvecklad av ubinerglobal, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner UBINER-förlängningens CRX-fil
Ladda ner UBINER-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ogphkfonbmkpklolpjeccnemijpaempn |
| Officiell webbadress | https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn |
| Beskrivning | 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… |
| Filstorlek | 97.03 KB |
| Antal Installationer | 66 |
| Aktuell Version | 1.0.5 |
| Senast Uppdaterad | 2020-12-07 |
| Publiceringsdatum | 2020-10-14 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | ubinerglobal |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.ubiner.com/ |
| Hjälpsida URL | https://ubiner.channel.io |
| Stödda Språk | 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"
]
} | |