Social Blade

See the best of Social Blade Stats right on YouTube, TwitchTV

Social Blade là gì?

Social Blade là một tiện ích mở rộng Chrome được phát triển bởi https://socialblade.com, và tính năng chính của nó là "See the best of Social Blade Stats right on YouTube, TwitchTV".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Blade

Tải xuống các tệp mở rộng Social Blade dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Adds a box to the right of the video you're watching on YouTube showing the most important statistics from Social Blade about the channel.

YouTube Statistics Include:
► Channel Grade (quickly judge if the channel is average or top of the class)
► Subscriber & View Rank
► Estimated Monthly Earnings for the channel
► Subscribers & Views in the past 30 days (includes % growth)
► Average daily subs & views
► Subs & views gained today
► Tags video uses

Also provides an easy link to view the channel on Social Blade as well as a way to view the Live Sub Count on Social Blade

Requires a free SocialBlade.com dashboard account to use

Need help? Open a support ticket here: https://support.socialblade.com

Whats New:
2.4.14 Minor bug fixes                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Blade Social Blade
ID cfidkbgamfhdgmedldkagjopnbobdmdn
URL Chính Thức https://chromewebstore.google.com/detail/social-blade/cfidkbgamfhdgmedldkagjopnbobdmdn
Mô tả See the best of Social Blade Stats right on YouTube, TwitchTV
Kích Thước Tệp 647 KB
Số Lần Cài Đặt 519,148
Phiên Bản Hiện Tại 2.4.14
Cập Nhật Lần Cuối 2022-09-04
Ngày Phát Hành 2020-05-14
Đánh Giá 4.11/5 Tổng số 1056 Đánh Giá
Nhà Phát Triển https://socialblade.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://socialblade.com
URL Trang Trợ Giúp https://socialblade.com/youtube/help
URL Trang Chính Sách Bảo Mật https://socialblade.com/info/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Blade",
    "version": "2.4.14",
    "description": "See the best of Social Blade Stats right on YouTube, TwitchTV",
    "author": "Social Blade LLC",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "20": "icon16.png",
            "40": "icon48.png"
        },
        "default_title": "Social Blade"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "app.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "sbttv.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter\/script.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/studio.youtube.com\/*"
            ],
            "js": [
                "live_count\/injector.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.socialblade.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.facebook.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "sb-svg.svg",
        "settings\/index.html",
        "settings\/close.html",
        "settings\/logo.png",
        "settings\/style.css",
        "settings\/script.js",
        "instagram\/login.html",
        "instagram\/stats.html",
        "instagram\/script.js",
        "twitter\/stats.html",
        "twitter\/script.js",
        "sbttv_script.js",
        "sb-badge.png",
        "header.png",
        "sb-bars.png",
        "sb-bars-white.png",
        "arrow.png",
        "ttv-stats.html",
        "ttv-login.html",
        "stats.html",
        "stats-page.html",
        "material-stats.html",
        "material-stats-page.html",
        "error.html",
        "login.html",
        "register.html",
        "quota.html",
        "account.html",
        "storage-error.html",
        "inject.js",
        "jquery-1.12.3.js",
        "font-awesome\/css\/font-awesome.css",
        "font-awesome\/fonts\/*",
        "legacy.js",
        "live_count\/index.js",
        "live_count\/index.html",
        "live_count\/index.css",
        "sha1.min.js"
    ],
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    },
    "minimum_edge_version": "33.14281.1000.0",
    "options_page": "settings\/index.html",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "update_url": "https:\/\/addon.socialblade.com\/updates.json"
        }
    }
}