The Unofficial Social Blade Extension

Track your YouTube stats without leaving your current page.

The Unofficial Social Blade Extension là gì?

The Unofficial Social Blade Extension là một tiện ích mở rộng Chrome được phát triển bởi http://verifiedjoseph.com, và tính năng chính của nó là "Track your YouTube stats without leaving your current page.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng The Unofficial Social Blade Extension 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

                        With the unofficial Social Blade extension you can track your YouTube channel stats without leaving your current page.

The source code for this project can be found on Github: https://github.com/VerifiedJoseph/the-unofficial-social-blade-extension.

This is a unofficial extension and is not sponsored, owned, or endorsed by Social Blade.

For the official Social Blade extension see:
https://chrome.google.com/webstore/detail/social-blade/cfidkbgamfhdgmedldkagjopnbobdmdn                    

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

Tên The Unofficial Social Blade Extension The Unofficial Social Blade Extension
ID dmjgiaijdmgheegfinhgplldehidfbcm
URL Chính Thức https://chrome.google.com/webstore/detail/the-unofficial-social-bla/dmjgiaijdmgheegfinhgplldehidfbcm
Mô tả Track your YouTube stats without leaving your current page.
Kích Thước Tệp 15.42 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2018-07-25
Ngày Phát Hành 2018-07-25
Đánh Giá 3.60/5 Tổng số 15 Đánh Giá
Nhà Phát Triển http://verifiedjoseph.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://verifiedjoseph.com/projects/unofficial-social-blade-extension
URL Trang Chính Sách Bảo Mật https://verifiedjoseph.com/extension-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Unofficial Social Blade Extension",
    "description": "Track your YouTube stats without leaving your current page.",
    "author": "VerifiedJoseph",
    "version": "2.2.2",
    "version_name": "2.2.2 (Released 25\/07\/17)",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "96": "images\/icons\/96.png",
        "128": "images\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "19": "images\/icons\/19.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "The Unofficial Social Blade Extension"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true,
        "chrome_style": false
    }
}