Youtube Streaming Donation Tracking

Keep tracking your Youtube streaming donations

Wat is Youtube Streaming Donation Tracking?

Youtube Streaming Donation Tracking is een Chrome-extensie ontwikkeld door noext, en de belangrijkste functie is "Keep tracking your Youtube streaming donations".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Streaming Donation Tracking

Download Youtube Streaming Donation Tracking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Youtube Streaming Donation Tracking Youtube Streaming Donation Tracking
ID dlhkoniifiiigbdgdhboikelmafdhfjj
Officiële URL https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj
Beschrijving Keep tracking your Youtube streaming donations
Bestandsgrootte 279 KB
Aantal Installaties 56
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-02-27
Publicatiedatum 2016-02-27
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar noext
Betalingswijze free
Ondersteunde Talen 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"
}