Youtube Streaming Donation Tracking

Keep tracking your Youtube streaming donations

什么是Youtube Streaming Donation Tracking?

Youtube Streaming Donation Tracking是由noext开发的Chrome扩展程序,该扩展的主要功能是“Keep tracking your Youtube streaming donations”。

扩展截图

screenshot

下载Youtube Streaming Donation Tracking扩展crx文件

下载Youtube Streaming Donation Tracking扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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= )                    

扩展基本信息

名称 Youtube Streaming Donation Tracking Youtube Streaming Donation Tracking
ID dlhkoniifiiigbdgdhboikelmafdhfjj
官方URL https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj
简介 Keep tracking your Youtube streaming donations
文件大小 279 KB
安装次数 56
当前版本 1.0.0
更新时间 2016-02-27
上架时间 2016-02-27
评分 1.00/5 共1次评分
开发者 noext
付费类型 free
支持的语言 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"
}