BitTube AirTime, Donations, Adblocker, Wallet

Monetize your time while you are browsing the web.

Hvad er BitTube AirTime, Donations, Adblocker, Wallet?

BitTube AirTime, Donations, Adblocker, Wallet er en Chrome-udvidelse udviklet af http://bittube.app, og dens hovedfunktion er "Monetize your time while you are browsing the web.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download BitTube AirTime, Donations, Adblocker, Wallet-udvidelses-CRX-fil

Download BitTube AirTime, Donations, Adblocker, Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn BitTube AirTime, Donations, Adblocker, Wallet BitTube AirTime, Donations, Adblocker, Wallet
ID cnogbbmciffpibmkphohpebghmomaemi
Officiel URL https://chrome.google.com/webstore/detail/bittube-airtime-donations/cnogbbmciffpibmkphohpebghmomaemi
Beskrivelse Monetize your time while you are browsing the web.
Filstørrelse 8.25 MB
Antal Installationer 11,131
Nuværende Version 4.0.0.5
Senest Opdateret 2021-04-16
Udgivelsesdato 2020-04-12
Bedømmelse 4.42/5 Samlet 463 Bedømmelser
Udvikler http://bittube.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://bittube.app
Hjælpeside-URL https://kb.bit.tube
URL til Fortrolighedspolitik Side https://bittube.app/privacy-policy
Understøttede Sprog 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\/*"
    ]
}