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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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