Youtube Streaming Donation Tracking
Keep tracking your Youtube streaming donations
Youtube Streaming Donation Tracking क्या है?
Youtube Streaming Donation Tracking noext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep tracking your Youtube streaming donations"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Streaming Donation Tracking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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= )
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dlhkoniifiiigbdgdhboikelmafdhfjj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj |
विवरण | Keep tracking your Youtube streaming donations |
फ़ाइल का आकार | 279 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-02-27 |
प्रकाशन तिथि | 2016-02-27 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | noext |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |