MoneyStream

Streamable money for the streaming web

ما هو MoneyStream؟

MoneyStream هو إضافة Chrome تم تطويرها بواسطة bitcoinofthings، والميزة الرئيسية لها هي "Streamable money for the streaming web".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MoneyStream

قم بتنزيل ملفات الامتداد MoneyStream بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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"
    ]
}