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"
}