BitcoinBack

BitcoinBack Chrome Extension

Wat is BitcoinBack?

BitcoinBack is een Chrome-extensie ontwikkeld door Tradeback Digital LTDA, en de belangrijkste functie is "BitcoinBack Chrome Extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BitcoinBack

Download BitcoinBack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BitcoinBack BitcoinBack
ID nhiomaglakemabpdglnipdndgfbgekkl
Officiële URL https://chrome.google.com/webstore/detail/bitcoinback/nhiomaglakemabpdglnipdndgfbgekkl
Beschrijving BitcoinBack Chrome Extension
Bestandsgrootte 108 KB
Aantal Installaties 7,166
Huidige Versie 1.6
Laatst Bijgewerkt 2020-09-22
Publicatiedatum 2020-04-27
Beoordeling 4.03/5 Totaal 35 Beoordelingen
Ontwikkelaar Tradeback Digital LTDA
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.bitcoinback.com.br/
Help Pagina-URL https://bitcoinback.com.br/pt-BR/contact/
URL van de Privacybeleid Pagina https://cdn.bitcoinback.com.br/assets/documents/privacy-policy.pdf
Ondersteunde Talen 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"
            ]
        }
    ]
}