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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ubinerglobal และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UBINER

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}