tuBee

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

O que é tuBee?

tuBee é uma extensão do Chrome desenvolvida por https://tubeeyoutube.blogspot.com, e sua principal característica é "tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão tuBee

Baixe arquivos de extensão tuBee no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome tuBee tuBee
ID mpgcppooiieehfembbnljmjdhdnonjdc
URL Oficial https://chromewebstore.google.com/detail/tubee/mpgcppooiieehfembbnljmjdhdnonjdc
Descrição tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…
Tamanho do Arquivo 748 KB
Contagem de Instalações 3,000
Versão Atual 1.3.6
Última Atualização 2023-08-07
Data de Publicação 2021-02-11
Classificação 3.69/5 Total de 13 Avaliações
Desenvolvedor https://tubeeyoutube.blogspot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tubeeyoutube.blogspot.com/2021/02/tubee-google-chrome-extension-tubee.html
URL da Página de Ajuda https://www.facebook.com/groups/3636567813057249
Idiomas Suportados 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
        }
    ]
}