MoneyStream

Streamable money for the streaming web

MoneyStreamとは何ですか?

MoneyStreamはbitcoinofthingsによって開発されたChromeの拡張機能で、その主な機能は「Streamable money for the streaming web」です。

拡張機能のスクリーンショット

screenshot

MoneyStream拡張機能のCRXファイルをダウンロード

MoneyStream拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 MoneyStream MoneyStream
ID ggdmhmaklbcaeeolnppfehjkkihhnkfe
公式URL https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe
説明 Streamable money for the streaming web
ファイルサイズ 1.99 MB
インストール数 30
現在のバージョン 0.1.23
最終更新日 2020-12-07
公開日 2020-08-20
評価 4.00/5 合計 1 レビュー
開発者 bitcoinofthings
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://moneystreamdev.github.io/moneystream-project/
プライバシーポリシーページのURL https://cash.bitcoinofthings.com
対応言語 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"
    ]
}