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是由ubinerglobal开发的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…”。

扩展截图

screenshot
screenshot

下载UBINER扩展crx文件

下载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.                    

扩展基本信息

名称 UBINER 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/
帮助页面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"
    ]
}