MoneyStream

Streamable money for the streaming web

Qu'est-ce que MoneyStream ?

MoneyStream est une extension Chrome développée par bitcoinofthings, et sa fonction principale est "Streamable money for the streaming web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MoneyStream

Téléchargez les fichiers d'extension MoneyStream au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MoneyStream MoneyStream
ID ggdmhmaklbcaeeolnppfehjkkihhnkfe
URL Officiel https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe
Description Streamable money for the streaming web
Taille du Fichier 1.99 MB
Nombre d'Installations 30
Version Actuelle 0.1.23
Dernière Mise à Jour 2020-12-07
Date de Publication 2020-08-20
Évaluation 4.00/5 Total 1 Évaluations
Développeur bitcoinofthings
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://moneystreamdev.github.io/moneystream-project/
URL de la Page de Politique de Confidentialité https://cash.bitcoinofthings.com
Langues Prises en Charge 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"
    ]
}