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…
What is UBINER?
UBINER is a Chrome extension developed by ubinerglobal, and its main feature is "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…".
Extension Screenshots
Download UBINER Extension CRX File
Download UBINER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | UBINER |
ID | ogphkfonbmkpklolpjeccnemijpaempn |
Official URL | https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn |
Description | 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… |
File Size | 97.03 KB |
Installation Count | 66 |
Current Version | 1.0.5 |
Last Updated | 2020-12-07 |
Publish Date | 2020-10-14 |
Rating | 5.00/5 Total 8 Ratings |
Developer | ubinerglobal |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ubiner.com/ |
Help Page URL | https://ubiner.channel.io |
Supported Languages | 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" ] } |