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"
]
} | |