Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Anonymous Time-synced Comments for YouTube क्या है?
Anonymous Time-synced Comments for YouTube overyoutube.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anonymous Time-synced Comments for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
आधिकारिक URL | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
विवरण | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
फ़ाइल का आकार | 2.41 MB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2019-10-18 |
प्रकाशन तिथि | 2019-10-17 |
रेटिंग | 4.92/5 कुल 13 रेटिंग्स |
डेवलपर | overyoutube.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://overyoutube.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous Time-synced Comments for YouTube", "short_name": "overyoutube.com", "description": "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.", "version": "2.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "identity" ], "oauth2": { "client_id": "223132972673-rsltea1q13hmlkt3okva52e7ibq2eumm.apps.googleusercontent.com", "scopes": [ "email", "openid", "profile" ] } } |