U Comment for Youtube™
Watch youtube vides and see comments occur as you watch
U Comment for Youtube™ क्या है?
U Comment for Youtube™ gornall.jason द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch youtube vides and see comments occur as you watch"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में U Comment for Youtube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jkflkkodhkllkfpgocafmggflhhpleal |
आधिकारिक URL | https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal |
विवरण | Watch youtube vides and see comments occur as you watch |
फ़ाइल का आकार | 43.7 KB |
स्थापना संख्या | 161 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2015-09-21 |
प्रकाशन तिथि | 2015-09-21 |
रेटिंग | 2.92/5 कुल 13 रेटिंग्स |
डेवलपर | gornall.jason |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U Comment for Youtube\u2122", "version": "1.3.0", "manifest_version": 2, "description": "Watch youtube vides and see comments occur as you watch", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "background": { "scripts": [ "jquery.min.js", "ajaxer.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "basic.css", "animate.css" ], "js": [ "jquery.min.js", "teacup.js", "async.min.js", "background.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |