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
官方網址 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\/*"
    ]
}