YouTube sticky player
You can read comments while watching the video for YouTube.
YouTube sticky player क्या है?
YouTube sticky player celclow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can read comments while watching the video for YouTube."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube sticky player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
एक्सटेंशन की मूल जानकारी
नाम | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
विवरण | You can read comments while watching the video for YouTube. |
फ़ाइल का आकार | 11.41 KB |
स्थापना संख्या | 217 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2023-10-01 |
प्रकाशन तिथि | 2020-05-21 |
रेटिंग | 4.40/5 कुल 5 रेटिंग्स |
डेवलपर | celclow |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/celclow/youtube-sticky-player |
सहायता पृष्ठ URL | https://github.com/celclow/youtube-sticky-player |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube sticky player", "version": "1.1.5", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube_sticky_player.js" ], "css": [ "youtube_sticky_player.css" ], "run_at": "document_end" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |