Streamities - Realtime Sub Count for YouTube

Show your current realtime subscriber count live in the YouTube Creator Studio.

Streamities - Realtime Sub Count for YouTube là gì?

Streamities - Realtime Sub Count for YouTube là một tiện ích mở rộng Chrome được phát triển bởi https://streamities.com, và tính năng chính của nó là "Show your current realtime subscriber count live in the YouTube Creator Studio.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Streamities - Realtime Sub Count for YouTube

Tải xuống các tệp mở rộng Streamities - Realtime Sub Count for YouTube 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

                        Show your current realtime subscriber count live in the YouTube Creator Studio.

Adds a button in the Creator Studio to activate your realtime subscriber count. 

Description:
- First, head to studio.youtube.com (The YouTube Creator Studio Dashboard)
- Second, login to your YouTube account if needed
- Last but not least, click on the button "Sub Count" in the studio sidemenu to activate your sub count

If you want to change background color or font of the sub count, please go to option by right clicking on the extension icon.


Visit our website here: https://streamities.com                    

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

Tên Streamities - Realtime Sub Count for YouTube Streamities - Realtime Sub Count for YouTube
ID amgkcconhgodlphkhnoppnmepbgeeige
URL Chính Thức https://chromewebstore.google.com/detail/streamities-realtime-sub/amgkcconhgodlphkhnoppnmepbgeeige
Mô tả Show your current realtime subscriber count live in the YouTube Creator Studio.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 908
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-05-10
Ngày Phát Hành 2020-05-09
Đánh Giá 3.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://streamities.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://streamities.com/
URL Trang Trợ Giúp https://streamities.com/faq
URL Trang Chính Sách Bảo Mật https://streamities.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Streamities - Realtime Sub Count for YouTube",
    "short_name": "Streamities",
    "version": "1.7",
    "description": "Show your current realtime subscriber count live in the YouTube Creator Studio.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webRequest",
        "https:\/\/studio.youtube.com\/channel\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/channel\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "iframe.html",
        "images\/icons\/trending.png"
    ],
    "options_page": "options.html",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "128": "images\/icons\/128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 2
}