BitcoinBack

BitcoinBack Chrome Extension

What is BitcoinBack?

BitcoinBack is a Chrome extension developed by Tradeback Digital LTDA, and its main feature is "BitcoinBack Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download BitcoinBack Extension CRX File

Download BitcoinBack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BitcoinBack BitcoinBack
ID nhiomaglakemabpdglnipdndgfbgekkl
Official URL https://chrome.google.com/webstore/detail/bitcoinback/nhiomaglakemabpdglnipdndgfbgekkl
Description BitcoinBack Chrome Extension
File Size 108 KB
Installation Count 7,166
Current Version 1.6
Last Updated 2020-09-22
Publish Date 2020-04-27
Rating 4.03/5 Total 35 Ratings
Developer Tradeback Digital LTDA
Email [email protected]
Payment Type free
Extension Website http://www.bitcoinback.com.br/
Help Page URL https://bitcoinback.com.br/pt-BR/contact/
Privacy Policy Page URL https://cdn.bitcoinback.com.br/assets/documents/privacy-policy.pdf
Supported Languages 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"
            ]
        }
    ]
}