Youtube Plus
Show live comments on top of Youtube videos, chat with people watching same video
Youtube Plus क्या है?
Youtube Plus https://urlchatbox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show live comments on top of Youtube videos, chat with people watching same video"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UPDATE: Please use https://chrome.google.com/webstore/detail/same-page/bldcellajihanglphncgjmceklbibjkk instead! Display comments with timestamp on top of Youtube video at the corresponding time, the video is a lot more fun with realtime comments! Moreover, you can live chat with people who are watching the same video or send private message to other Youtube users.
एक्सटेंशन की मूल जानकारी
नाम | Youtube Plus |
ID | fgpecdgiijcjpcammohmmjmanehafffc |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-plus/fgpecdgiijcjpcammohmmjmanehafffc |
विवरण | Show live comments on top of Youtube videos, chat with people watching same video |
फ़ाइल का आकार | 8.7 MB |
स्थापना संख्या | 846 |
वर्तमान संस्करण | 3.3.0 |
अंतिम अपडेट | 2019-07-02 |
प्रकाशन तिथि | 2019-07-02 |
रेटिंग | 2.86/5 कुल 7 रेटिंग्स |
डेवलपर | https://urlchatbox.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://urlchatbox.com/ |
सहायता पृष्ठ URL | https://forum.urlchatbox.com/ |
गोपनीयता नीति पृष्ठ URL | https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.3.0", "permissions": [ "activeTab", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "chatbox-only\/content.js", "content-static\/js\/main.js" ], "css": [ "content-static\/css\/main.css" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": { "default_title": "__MSG_appName__", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "web_accessible_resources": [ "chatbox-only\/*", "duonao.js" ], "content_security_policy": "script-src 'self' 'sha256-bH2qD9pIoGgLVuJI7bW66arvunk7q1Y5dZZ8z5RLN\/Q='; object-src 'self'" } |