Better YouTube Subtitles
Adds more customization options to YouTube subtitles.
Better YouTube Subtitles क्या है?
Better YouTube Subtitles 54ac द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds more customization options to YouTube subtitles."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better YouTube Subtitles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds more customization options to YouTube subtitles. It is fully compatible with existing YouTube subtitles, as it merely changes their appearance using CSS and does not replace them. Access the options either as you normally would in the browser or by clicking the "Advanced" button in the subtitle options menu in the YouTube player, mess around with the options, refresh any opened YouTube pages, and enjoy. Please note that the text stroke option is not supported by Chrome.
एक्सटेंशन की मूल जानकारी
नाम | Better YouTube Subtitles |
ID | ponocngkmjmakpleolejgelipolkmalm |
आधिकारिक URL | https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm |
विवरण | Adds more customization options to YouTube subtitles. |
फ़ाइल का आकार | 15.02 KB |
स्थापना संख्या | 70 |
वर्तमान संस्करण | 1.1.7 |
अंतिम अपडेट | 2024-02-13 |
प्रकाशन तिथि | 2023-07-06 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | 54ac |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/54ac/yt-subtitles/ |
समर्थित भाषाएँ | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better YouTube Subtitles", "version": "1.1.7", "description": "__MSG_extText__", "manifest_version": 3, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content-script.e80e370b.js" ], "run_at": "document_end", "css": [] } ], "options_ui": { "page": "options.e85c3684.html" }, "background": { "service_worker": "background.ea98cbe0.js" }, "permissions": [ "storage" ], "icons": { "48": "icon-48.3eb7af92.png", "96": "icon-96.ffa96924.png" } } |