Youtube Streaming Donation Tracking
Keep tracking your Youtube streaming donations
Vad är Youtube Streaming Donation Tracking?
Youtube Streaming Donation Tracking är en Chrome-tillägg utvecklad av noext, och dess huvudfunktion är "Keep tracking your Youtube streaming donations".
Tilläggsskärmbilder
Ladda ner Youtube Streaming Donation Tracking-förlängningens CRX-fil
Ladda ner Youtube Streaming Donation Tracking-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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= )
Grundläggande Information om Tillägg
Namn | |
ID | dlhkoniifiiigbdgdhboikelmafdhfjj |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj |
Beskrivning | Keep tracking your Youtube streaming donations |
Filstorlek | 279 KB |
Antal Installationer | 56 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2016-02-27 |
Publiceringsdatum | 2016-02-27 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | noext |
Betalningssätt | free |
Stödda Språk | 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" } |