Youtube Streaming Donation Tracking
Keep tracking your Youtube streaming donations
Qu'est-ce que Youtube Streaming Donation Tracking ?
Youtube Streaming Donation Tracking est une extension Chrome développée par noext, et sa fonction principale est "Keep tracking your Youtube streaming donations".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Streaming Donation Tracking
Téléchargez les fichiers d'extension Youtube Streaming Donation Tracking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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= )
Informations de Base sur l'Extension
Nom | |
ID | dlhkoniifiiigbdgdhboikelmafdhfjj |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj |
Description | Keep tracking your Youtube streaming donations |
Taille du Fichier | 279 KB |
Nombre d'Installations | 56 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-02-27 |
Date de Publication | 2016-02-27 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | noext |
Type de Paiement | free |
Langues Prises en Charge | 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" } |