YouTube™ Chat Helper
A chromium browser's extension to make YouTube™ chats easier to read and write.
YouTube™ Chat Helper क्या है?
YouTube™ Chat Helper Atom Gravitation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chromium browser's extension to make YouTube™ chats easier to read and write."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube™ Chat Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add the Youtube™ Chat Helper for better access to the chats in Youtube™. Upgrade your watching experience with the Youtube™ Chat Helper extension for Chrome. Features of the Youtube™ Chat Helper include: − Showing Youtub's chats in any mode(full screen mode, theater mode or normal mode) − Displaying the chats by making full use of every pixel your screen has By installing this extension, you agree to the Terms of Service at: http://bit.ly/371LrW5 and Privacy Statement at http://bit.ly/2NaPfx7 Disclaimer: Youtube™ is a trademark of Google Inc. Use of the trademark is subject to Google Permissions. Youtube™ Chat Helper is not created, associated nor endorsed by and with YouTube™ or Google inc.
एक्सटेंशन की मूल जानकारी
नाम | YouTube™ Chat Helper |
ID | bfphigkhonoaimbclkgeaddkkonfcbbd |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-chat-helper/bfphigkhonoaimbclkgeaddkkonfcbbd |
विवरण | A chromium browser's extension to make YouTube™ chats easier to read and write. |
फ़ाइल का आकार | 441 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2021-02-15 |
प्रकाशन तिथि | 2021-02-15 |
डेवलपर | Atom Gravitation |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.deepsea.tk/ |
गोपनीयता नीति पृष्ठ URL | https://www.deepsea.tk/privacy |
समर्थित भाषाएँ | en,fr,es-419,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/www.deepsea.tk", "description": "__MSG_extDesc__", "default_locale": "en", "version": "0.0.1", "permissions": [ "storage", "webRequest", "activeTab", "https:\/\/www.youtube.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "js": [ "js\/content-script.js" ], "css": [ "css\/content-script.b76ba528.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extTitle__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "options_page": "options.html", "content_security_policy": "script-src 'self' ; object-src 'self'" } |