Youtube Streaming Donation Tracking

Keep tracking your Youtube streaming donations

Youtube Streaming Donation Tracking là gì?

Youtube Streaming Donation Tracking là một tiện ích mở rộng Chrome được phát triển bởi noext, và tính năng chính của nó là "Keep tracking your Youtube streaming donations".

Ả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 Youtube Streaming Donation Tracking

Tải xuống các tệp mở rộng Youtube Streaming Donation Tracking 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

                        Split the chat of your live on youtube, one half with normal comments and auto scroll, and the other half the only the donation comments ( green box ) and no autoscroll and no history deleting, once you load up the chat page any donation comment will stay in the chat no matter youtube remove normal comments

work only on this url : https://www.youtube.com/live_chat?v=id_of_your_live ( id is the thing after watch?v= )                    

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

Tên Youtube Streaming Donation Tracking Youtube Streaming Donation Tracking
ID dlhkoniifiiigbdgdhboikelmafdhfjj
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj
Mô tả Keep tracking your Youtube streaming donations
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-02-27
Ngày Phát Hành 2016-02-27
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển noext
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "youtubeGaming.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/live_chat?v=*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Keep tracking your Youtube streaming donations",
    "icons": {
        "128": "icon\/icon-128.png",
        "512": "icon\/icon-512.png"
    },
    "manifest_version": 2,
    "name": "Youtube Streaming Donation Tracking",
    "version": "1.0.0"
}