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
官方網址 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"
}