tuBee

tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…

What is tuBee?

tuBee is a Chrome extension developed by https://tubeeyoutube.blogspot.com, and its main feature is "tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…".

Extension Screenshots

screenshot
screenshot
screenshot

Download tuBee Extension CRX File

Download tuBee extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience, subscriptions, likes and comments.

The platform provides its own financial management system to earn within the platform, and invest on boosting each registered video in the platform. 

This way, YouTuber’s will not need to invest money from their pocket, and the platform itself handles earnings and promotions for each registered video individually, and automatically. tuBee provides very easy and mostly automated system to earn just by viewing some ads, articles, videos, or blogs. There are very little task left to the user like just clicking 'Earn' button. Rest of the work then begins automatically, and the user can sit back and watch the progress of earning.

The platform 100% automated with promotions / investments and user does not need to involve on it. User can view the investment history handled by the tuBee at any time, from the 'Account History' menu.

Something important that everyone need to know about tuBee is, that the platform does not allow user to withdraw any earned income using PayPal or other way. The total earned income is dedicated to invest on user's YouTube channel promotion. 

The primary purpose of the tuBee platform is to support small YouTuber's to grow their channel audience in minimum period, without violating any YouTube guide lines. Members who earn more and keep their balance up, are listed in top seller’s category, and are prioritized when giving all the rewards inclusive of watch time, subscribers, video likes and comments.

Also the platform provides its own affiliate program and coupons to increase the audience of platform while giving rewards to users.                    

Extension Basic Information

Name tuBee tuBee
ID mpgcppooiieehfembbnljmjdhdnonjdc
Official URL https://chromewebstore.google.com/detail/tubee/mpgcppooiieehfembbnljmjdhdnonjdc
Description tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…
File Size 748 KB
Installation Count 3,000
Current Version 1.3.6
Last Updated 2023-08-07
Publish Date 2021-02-11
Rating 3.69/5 Total 13 Ratings
Developer https://tubeeyoutube.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://tubeeyoutube.blogspot.com/2021/02/tubee-google-chrome-extension-tubee.html
Help Page URL https://www.facebook.com/groups/3636567813057249
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tuBee",
    "version": "1.3.6",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon32.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.blogger.com\/*",
        "https:\/\/www.blogspot.com\/*",
        "https:\/\/www.000webhostapp.com\/*",
        "https:\/\/postbuddyext.blogspot.com\/*",
        "https:\/\/youtubeautosubtosub.000webhostapp.com\/",
        "https:\/\/ytasparams.blogspot.com\/*",
        "https:\/\/servomotorsguide.blogspot.com\/*",
        "https:\/\/tubeeads.blogspot.com\/*",
        "https:\/\/*.blogspot.com\/*",
        "http:\/\/tubee.infinityfreeapp.com\/tubee\/",
        "https:\/\/tubeeext.000webhostapp.com\/tubee",
        "http:\/\/tubeeext.tk\/tubee",
        "http:\/\/tubeeext.ml\/tubee",
        "http:\/\/moneytreehome.com\/tubee\/*",
        "http:\/\/moneytreehome.com\/tubee"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*",
            "*:\/\/*.facebook.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ]
}