tuBee

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

什么是tuBee?

tuBee是由https://tubeeyoutube.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…”。

扩展截图

screenshot
screenshot
screenshot

下载tuBee扩展crx文件

下载tuBee扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 tuBee tuBee
ID mpgcppooiieehfembbnljmjdhdnonjdc
官方URL https://chromewebstore.google.com/detail/tubee/mpgcppooiieehfembbnljmjdhdnonjdc
简介 tuBee is a new YouTube video booster tool, to support YouTuber's to improve their YouTube channel visibility, audience,…
文件大小 748 KB
安装次数 3,000
当前版本 1.3.6
更新时间 2023-08-07
上架时间 2021-02-11
评分 3.69/5 共13次评分
开发者 https://tubeeyoutube.blogspot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tubeeyoutube.blogspot.com/2021/02/tubee-google-chrome-extension-tubee.html
帮助页面URL https://www.facebook.com/groups/3636567813057249
支持的语言 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
        }
    ]
}