MoneyStream

Streamable money for the streaming web

Cos'è MoneyStream?

MoneyStream è un'estensione di Chrome sviluppata da bitcoinofthings, e la sua funzione principale è "Streamable money for the streaming web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MoneyStream

Scarica i file di estensione MoneyStream in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MoneyStream MoneyStream
ID ggdmhmaklbcaeeolnppfehjkkihhnkfe
URL Ufficiale https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe
Descrizione Streamable money for the streaming web
Dimensione del File 1.99 MB
Conteggio Installazioni 30
Versione Corrente 0.1.23
Ultimo Aggiornamento 2020-12-07
Data di Pubblicazione 2020-08-20
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore bitcoinofthings
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://moneystreamdev.github.io/moneystream-project/
URL della Pagina della Politica sulla Privacy https://cash.bitcoinofthings.com
Lingue Supportate 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"
    ]
}