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…

Apa itu UBINER?

UBINER adalah ekstensi Chrome yang dikembangkan oleh ubinerglobal, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi UBINER

Unduh file ekstensi UBINER dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UBINER UBINER
ID ogphkfonbmkpklolpjeccnemijpaempn
URL Resmi https://chromewebstore.google.com/detail/ubiner/ogphkfonbmkpklolpjeccnemijpaempn
Deskripsi 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…
Ukuran File 97.03 KB
Jumlah Instalasi 66
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2020-12-07
Tanggal Publikasi 2020-10-14
Penilaian 5.00/5 Total 8 Penilaian
Pengembang ubinerglobal
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ubiner.com/
URL Halaman Bantuan https://ubiner.channel.io
Bahasa yang Didukung 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"
    ]
}