MoneyStream

Streamable money for the streaming web

O que é MoneyStream?

MoneyStream é uma extensão do Chrome desenvolvida por bitcoinofthings, e sua principal característica é "Streamable money for the streaming web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MoneyStream

Baixe arquivos de extensão MoneyStream 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

                        MoneyStream allows you to pay web sites and content creators for streaming content, games and web monetization. There are no subscriptions to maintain and you only pay for what you use. You are in complete control of your funds at all time. Increase the security, privacy and browsing enjoyment of your internet experience.                    

Informações Básicas da Extensão

Nome MoneyStream MoneyStream
ID ggdmhmaklbcaeeolnppfehjkkihhnkfe
URL Oficial https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe
Descrição Streamable money for the streaming web
Tamanho do Arquivo 1.99 MB
Contagem de Instalações 30
Versão Atual 0.1.23
Última Atualização 2020-12-07
Data de Publicação 2020-08-20
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor bitcoinofthings
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://moneystreamdev.github.io/moneystream-project/
URL da Página de Política de Privacidade https://cash.bitcoinofthings.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoneyStream",
    "description": "Streamable money for the streaming web",
    "version": "0.1.23",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.moneybutton.com https:\/\/one.relayx.io; object-src 'self'",
    "icons": {
        "128": "res\/icn-moneystream-on.png"
    },
    "browser_action": {
        "default_icon": "res\/icn-moneystream-off.png",
        "default_popup": "static\/popup.html"
    },
    "background": {
        "page": "static\/background.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/moneystreamdev.github.io\/*",
            "https:\/\/bitcoinofthings.com\/*",
            "https:\/\/upubsub.com\/*",
            "https:\/\/www.fullcyclemining.com\/*",
            "https:\/\/develop.mymovies.us\/*",
            "https:\/\/bcstudios.us\/*",
            "https:\/\/*\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "match_about_blank": false,
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webNavigation",
        "",
        "storage"
    ]
}