Youtube Streaming Donation Tracking
Keep tracking your Youtube streaming donations
Cos'è Youtube Streaming Donation Tracking?
Youtube Streaming Donation Tracking è un'estensione di Chrome sviluppata da noext, e la sua funzione principale è "Keep tracking your Youtube streaming donations".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Streaming Donation Tracking
Scarica i file di estensione Youtube Streaming Donation Tracking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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= )
Informazioni di Base sull'Estensione
Nome | |
ID | dlhkoniifiiigbdgdhboikelmafdhfjj |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj |
Descrizione | Keep tracking your Youtube streaming donations |
Dimensione del File | 279 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-02-27 |
Data di Pubblicazione | 2016-02-27 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | noext |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |