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
Eメール [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"
    ]
}