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 là gì?
UBINER là một tiện ích mở rộng Chrome được phát triển bởi ubinerglobal, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UBINER
Tải xuống các tệp mở rộng UBINER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UBINER |
ID | ogphkfonbmkpklolpjeccnemijpaempn |
URL Chính Thức | https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn |
Mô tả | 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… |
Kích Thước Tệp | 97.03 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2020-12-07 |
Ngày Phát Hành | 2020-10-14 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | ubinerglobal |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ubiner.com/ |
URL Trang Trợ Giúp | https://ubiner.channel.io |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |