MoneyStream

Streamable money for the streaming web

Was ist MoneyStream?

MoneyStream ist eine Chrome-Erweiterung, die von bitcoinofthings entwickelt wurde, und ihr Hauptmerkmal ist "Streamable money for the streaming web".

Erweiterungsscreenshots

screenshot

MoneyStream-Erweiterungs-CRX-Datei herunterladen

Laden Sie MoneyStream-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MoneyStream MoneyStream
ID ggdmhmaklbcaeeolnppfehjkkihhnkfe
Offizielle URL https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe
Beschreibung Streamable money for the streaming web
Dateigröße 1.99 MB
Installationsanzahl 30
Aktuelle Version 0.1.23
Letztes Update 2020-12-07
Veröffentlichungsdatum 2020-08-20
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler bitcoinofthings
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://moneystreamdev.github.io/moneystream-project/
URL der Datenschutzrichtlinien-Seite https://cash.bitcoinofthings.com
Unterstützte Sprachen 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"
    ]
}