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
Eメール [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
        }
    ]
}