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…”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | ogphkfonbmkpklolpjeccnemijpaempn | 
| 官方網址 | 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"
    ]
}  |  |