youtube-live-chat-selector
Chrome Extension for Selecting Chat Messages on YouTube Live.
youtube-live-chat-selector क्या है?
youtube-live-chat-selector https://fiahfy.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension for Selecting Chat Messages on YouTube Live."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में youtube-live-chat-selector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Filter chat messages by authority types.
एक्सटेंशन की मूल जानकारी
नाम | youtube-live-chat-selector |
ID | elgbmlibcejchmmfkngbdpdmejbajkll |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll |
विवरण | Chrome Extension for Selecting Chat Messages on YouTube Live. |
फ़ाइल का आकार | 100 KB |
स्थापना संख्या | 5,772 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2023-05-06 |
प्रकाशन तिथि | 2020-04-01 |
रेटिंग | 4.80/5 कुल 35 रेटिंग्स |
डेवलपर | https://fiahfy.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube-live-chat-selector", "description": "Chrome Extension for Selecting Chat Messages on YouTube Live.", "version": "0.0.9", "manifest_version": 3, "icons": { "128": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-924d9f2a.js" ], "matches": [ "https:\/\/www.youtube.com\/live_chat*" ], "all_frames": true, "css": [ "assets\/content-script-13bac0e4.css" ] } ], "action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/content-script.ts-a8ccf41d.js" ], "use_dynamic_url": true } ] } |