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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | UBINER |
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/ |
عنوان صفحة المساعدة | 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" ] } |