Nitrogen USD-ifier

Show the ($) amount next to the BTCs

O que é Nitrogen USD-ifier?

Nitrogen USD-ifier é uma extensão do Chrome desenvolvida por nomodevelopment, e sua principal característica é "Show the ($) amount next to the BTCs".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nitrogen USD-ifier

Baixe arquivos de extensão Nitrogen USD-ifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Show the USD amount next to the BTCs (bitcoins) on Nitrogen Sportsbook.

Just click the icon and all bitcoin values on Nitrogen Sports will be converted to their approximate dollar value and displayed inline.

Works with:
- Bankroll
- In-play amount
- Straight bets
- Parlays
- Active/Pending/Old wagers
- Betslips

Free and open source on https://github.com/nkov/nitrogen-usdifier                    

Informações Básicas da Extensão

Nome Nitrogen USD-ifier Nitrogen USD-ifier
ID pmiafnfifdfhlneedbngapklmfgicpnm
URL Oficial https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm
Descrição Show the ($) amount next to the BTCs
Tamanho do Arquivo 41.66 KB
Contagem de Instalações 48
Versão Atual 0.0.1
Última Atualização 2017-11-05
Data de Publicação 2017-11-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor nomodevelopment
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nitrogen USD-ifier",
    "version": "0.0.1",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "description": "Show the ($) amount next to the BTCs",
    "homepage_url": "http:\/\/github.com\/nkov\/nitrogen-usdifier",
    "background": {
        "scripts": [
            "jquery-3.2.0.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "USD-ify!"
    },
    "permissions": [
        "https:\/\/nitrogensports.eu\/*",
        "http:\/\/nitrogensports.eu\/*",
        "tabs"
    ]
}