BitTube AirTime, Donations, Adblocker, Wallet

Monetize your time while you are browsing the web.

什么是BitTube AirTime, Donations, Adblocker, Wallet?

BitTube AirTime, Donations, Adblocker, Wallet是由http://bittube.app开发的Chrome扩展程序,该扩展的主要功能是“Monetize your time while you are browsing the web.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载BitTube AirTime, Donations, Adblocker, Wallet扩展crx文件

下载BitTube AirTime, Donations, Adblocker, Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Monetize your time while browsing the web anywhere!

This extension enables you to run the AirTime monetization system (created by BitTube) anywhere while browsing the internet, while blocking ads. This system enables users to generate AirTime based simply on their time spent surfing web pages. The total accrued AirTime is then rewarded in TUBE tokens to both you, as a user, and the publishers you visited, including social media accounts! You can also donate and send/receive TUBE tokens using the integrated wallet, and much more.

With this system, you are not bothered by ads and you do not need to worry about missed income for the publishers relying on ad revenue to stay afloat. Your time and attention are a limited resource. They have inherent economic value regardless of ads. Ads insert contradictory design elements to websites. Where traditionally the revenue relies on distracting you away from the publishers themselves, instead, AirTime allows you to spend your undivided attention – and monetizes both sides. It is a mutually beneficial, ad-free, win-win situation.

The rate of TUBE payouts is not fixed. The revenue pool is distributed in real-time across all concurrent users globally. The TUBE tokens are traded on several open market exchanges, for example Bittrex. Its dollar value is the result from supply and demand. These earned TUBEs will be spendable online as well as in physical stores, with the upcoming BitTube Debit Card and payment gateway.

What does this all mean? In practice, this extension enables you to have an available TUBE balance effortlessly, simply because you browse the internet. Your balance represents real money and it could be used, for example, as a continual source of shopping discounts, or supporting your favorite publishers.

Features:


- Rewards your time spent on the Internet.
- Receive TUBE payments.
- Donate to websites and social media accounts.
- Send TUBE cryptocurrency to other BitTube users.
- Create and manage BitTube wallets.
- Buy TUBE coins with a Debit/Credit card or PayPal.
- Analyze statistics about your browsing history.
- Check all of your transaction history.
- Block ads, banners, popups and large media files
- Secured by 2-Factor Authentication.
- Earn TUBEs by sharing a personal referral link.

Learn more on https://bittube.app                    

扩展基本信息

名称 BitTube AirTime, Donations, Adblocker, Wallet BitTube AirTime, Donations, Adblocker, Wallet
ID cnogbbmciffpibmkphohpebghmomaemi
官方URL https://chrome.google.com/webstore/detail/bittube-airtime-donations/cnogbbmciffpibmkphohpebghmomaemi
简介 Monetize your time while you are browsing the web.
文件大小 8.25 MB
安装次数 11,131
当前版本 4.0.0.5
更新时间 2021-04-16
上架时间 2020-04-12
评分 4.42/5 共463次评分
开发者 http://bittube.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bittube.app
帮助页面URL https://kb.bit.tube
隐私政策页面URL https://bittube.app/privacy-policy
支持的语言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitTube AirTime, Donations, Adblocker, Wallet",
    "version": "4.0.0.5",
    "author": "Saber Maram",
    "description": "Monetize your time while you are browsing the web.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "cookies",
        "notifications",
        "privacy",
        "proxy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/airshare.bittube.app\/*",
            "*:\/\/airshare.bittubeapp.com\/*",
            "*:\/\/pay.bittube.cash\/*",
            "*:\/\/bittube.app\/*",
            "*:\/\/bittubeapp.com\/*",
            "*:\/\/bittube-airtime-extension.firebaseapp.com\/*",
            "*:\/\/bittube-airtime-extension-dev.firebaseapp.com\/*",
            "*:\/\/bittube.tv\/*",
            "*:\/\/bittubers.com\/*",
            "*:\/\/beta.bittube.tv\/*",
            "*:\/\/beta.bittubers.com\/*",
            "*:\/\/testing.bittubers.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "page": "background.html"
    },
    "incognito": "split",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pay.bittube.cash\/tubepay\/client.html",
                "*:\/\/bittubeapp.com\/tubepay\/client.html",
                "*:\/\/bittube-airtime-extension.firebaseapp.com\/tubepay\/client.html",
                "*:\/\/bittube-airtime-extension-dev.firebaseapp.com\/tubepay\/client.html",
                "*:\/\/pay.bittube.cash\/tubepay\/client-new.html",
                "*:\/\/bittubeapp.com\/tubepay\/client-new.html",
                "*:\/\/bittube-airtime-extension.firebaseapp.com\/tubepay\/client-new.html",
                "*:\/\/bittube-airtime-extension-dev.firebaseapp.com\/tubepay\/client-new.html",
                "*:\/\/pay.bittube.cash\/wallet\/*",
                "*:\/\/bittubeapp.com\/wallet\/*",
                "*:\/\/bittube-airtime-extension.firebaseapp.com\/wallet\/*",
                "*:\/\/bittube-airtime-extension-dev.firebaseapp.com\/wallet\/*"
            ],
            "js": [
                "plugins\/clientcomms.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "external\/parse-domain.js",
                "plugins\/NewWebinfo\/contentID.js",
                "plugins\/blackbox\/js\/loader.js",
                "plugins\/blackbox\/js\/events.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/walletHelpers.js",
                "external\/i18\/i18next.min.js",
                "external\/i18\/loc-i18next.min.js",
                "external\/i18\/i18nextBrowserLanguageDetector.min.js",
                "external\/i18\/i18nextXHRBackend.min.js",
                "external\/i18\/i18-translate.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "plugins\/uBlock\/js\/vapi.js",
                "plugins\/uBlock\/js\/vapi-client.js",
                "plugins\/uBlock\/js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "plugins\/uBlock\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/bittube-airtime-extension.firebaseapp.com\/*",
                "*:\/\/bittube-airtime-extension-dev.firebaseapp.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/get_started16.png",
            "32": "assets\/images\/get_started32.png",
            "48": "assets\/images\/get_started48.png",
            "128": "assets\/images\/get_started128.png"
        },
        "default_title": "BitTube AirTime Extension"
    },
    "icons": {
        "16": "assets\/images\/get_started16.png",
        "32": "assets\/images\/get_started32.png",
        "48": "assets\/images\/get_started48.png",
        "128": "assets\/images\/get_started128.png"
    },
    "content_security_policy": "script-src 'self'  https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "oauth2": {
        "client_id": "632275942486-da48fumn63sfhjej13c3rh572f8rc5ii.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "storage": {
        "managed_schema": "plugins\/uBlock\/managed_storage.json"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        }
    },
    "web_accessible_resources": [
        "web_accessible_resources\/*",
        "_locales\/*"
    ]
}