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…
Что такое UBINER?
UBINER - это расширение Chrome, разработанное ubinerglobal, и его основная функция - "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…".
Снимки экрана расширения
Скачать файл CRX расширения UBINER
Скачайте файлы расширений UBINER в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | ogphkfonbmkpklolpjeccnemijpaempn |
| Официальный URL | https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn |
| Описание | 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… |
| Размер файла | 97.03 KB |
| Количество установок | 66 |
| Текущая Версия | 1.0.5 |
| Последнее Обновление | 2020-12-07 |
| Дата публикации | 2020-10-14 |
| Рейтинг | 5.00/5 Всего 8 оценок |
| Разработчик | ubinerglobal |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.ubiner.com/ |
| URL страницы помощи | https://ubiner.channel.io |
| Поддерживаемые языки | 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"
]
} | |