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…
Co to jest UBINER?
UBINER to rozszerzenie Chrome opracowane przez ubinerglobal, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UBINER
Pobierz pliki rozszerzeń UBINER w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ogphkfonbmkpklolpjeccnemijpaempn |
| Oficjalny URL | https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn |
| Opis | 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… |
| Rozmiar pliku | 97.03 KB |
| Liczba instalacji | 66 |
| Aktualna Wersja | 1.0.5 |
| Ostatnia Aktualizacja | 2020-12-07 |
| Data Publikacji | 2020-10-14 |
| Ocena | 5.00/5 Łącznie 8 Oceny |
| Deweloper | ubinerglobal |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.ubiner.com/ |
| Adres URL Strony Pomocy | https://ubiner.channel.io |
| Obsługiwane Języki | 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"
]
} | |