Youtube Streaming Donation Tracking
Keep tracking your Youtube streaming donations
¿Qué es Youtube Streaming Donation Tracking?
Youtube Streaming Donation Tracking es una extensión de Chrome desarrollada por noext, y su función principal es "Keep tracking your Youtube streaming donations".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Youtube Streaming Donation Tracking
Descarga archivos de extensión Youtube Streaming Donation Tracking en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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= )
Información Básica de la Extensión
Nombre | |
ID | dlhkoniifiiigbdgdhboikelmafdhfjj |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj |
Descripción | Keep tracking your Youtube streaming donations |
Tamaño del Archivo | 279 KB |
Cantidad de Instalaciones | 56 |
Versión Actual | 1.0.0 |
Última Actualización | 2016-02-27 |
Fecha de Publicación | 2016-02-27 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | noext |
Tipo de Pago | free |
Idiomas Soportados | 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" } |