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
官方網址 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
電子郵箱 [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"
    ]
}