MoneyStream

Streamable money for the streaming web

MoneyStream란 무엇입니까?

MoneyStream은(는) bitcoinofthings에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Streamable money for the streaming web"입니다.

확장 프로그램 스크린샷

screenshot

MoneyStream 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}