tuBee

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

Co je tuBee?

tuBee je rozšíření Chrome vyvinuté https://tubeeyoutube.blogspot.com, a jeho hlavní funkcí je „tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření tuBee

Stáhněte si soubory rozšíření tuBee ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název tuBee tuBee
ID mpgcppooiieehfembbnljmjdhdnonjdc
Oficiální URL https://chromewebstore.google.com/detail/tubee/mpgcppooiieehfembbnljmjdhdnonjdc
Popis tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…
Velikost souboru 748 KB
Počet instalací 3,000
Aktuální Verze 1.3.6
Poslední Aktualizace 2023-08-07
Datum Vydání 2021-02-11
Hodnocení 3.69/5 Celkem 13 Hodnocení
Vývojář https://tubeeyoutube.blogspot.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tubeeyoutube.blogspot.com/2021/02/tubee-google-chrome-extension-tubee.html
URL Stránky Nápovědy https://www.facebook.com/groups/3636567813057249
Podporované Jazyky 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
        }
    ]
}