BitcoinBack

BitcoinBack Chrome Extension

BitcoinBackคืออะไร?

BitcoinBack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tradeback Digital LTDA และคุณลักษณะหลักของมันคือ "BitcoinBack Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย BitcoinBack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ganhe Bitcoin ao fazer compras nas principais lojas online do Brasil.

Receba até 35% de Cashback utilizando a nossa extensão, que te ajuda a garantir todas as ofertas!

Com a extensão da BitcoinBack instalada, toda vez que estiver em uma loja parceira, você recebe uma notificação e com apenas um clique ativa o seu dinheiro de volta em bitcoins.


Cuidado: Outras extensões como comparadores de preço e bloqueadores de anúncio podem afetar o recebimento do seu Cashback.

Oferecimento: Tradeback Digital LTDA.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BitcoinBack BitcoinBack
ID nhiomaglakemabpdglnipdndgfbgekkl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bitcoinback/nhiomaglakemabpdglnipdndgfbgekkl
คำอธิบาย BitcoinBack Chrome Extension
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 7,166
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2020-09-22
วันที่เผยแพร่ 2020-04-27
คะแนน 4.03/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา Tradeback Digital LTDA
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.bitcoinback.com.br/
URL หน้าช่วยเหลือ https://bitcoinback.com.br/pt-BR/contact/
URL หน้านโยบายความเป็นส่วนตัว https://cdn.bitcoinback.com.br/assets/documents/privacy-policy.pdf
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitcoinBack",
    "version": "1.6",
    "description": "BitcoinBack Chrome Extension",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.bitcoinback.com.br\/*",
            "*:\/\/*.prebitcoinback.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "24": "img\/icon-24.png",
            "32": "img\/icon-32.png",
            "48": "img\/icon-48.png"
        }
    },
    "icons": {
        "16": "img\/chrome-webstore-icon-16.png",
        "48": "img\/chrome-webstore-icon-48.png",
        "128": "img\/chrome-webstore-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ]
}