Remember subtitle settings for YouTube™
Set and forget. No need to re-select your subtitle language anymore.
Remember subtitle settings for YouTube™ क्या है?
Remember subtitle settings for YouTube™ Wezelkrozum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set and forget. No need to re-select your subtitle language anymore."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remember subtitle settings for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FEATURES Preferences: - Preferred languages - Update preferred languages on manual selection Auto-enable: - Except if spoken in a preferred language - Except if spoken in the languages... Translations: - Show auto-generated subtitle - Auto-translate subtitle
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cdapnbiifmnajacjlfiikicefmidkbdl |
आधिकारिक URL | https://chromewebstore.google.com/detail/remember-subtitle-setting/cdapnbiifmnajacjlfiikicefmidkbdl |
विवरण | Set and forget. No need to re-select your subtitle language anymore. |
फ़ाइल का आकार | 18.18 KB |
स्थापना संख्या | 3,424 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2023-01-14 |
प्रकाशन तिथि | 2020-11-29 |
रेटिंग | 4.71/5 कुल 31 रेटिंग्स |
डेवलपर | Wezelkrozum |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/WesselKroos/remember-youtube-subtitle-settings |
सहायता पृष्ठ URL | https://github.com/WesselKroos/remember-youtube-subtitle-settings/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/WesselKroos/youtube-ambilight/blob/master/PRIVACY-POLICY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remember subtitle settings for YouTube\u2122", "description": "Set and forget. No need to re-select your subtitle language anymore.", "version": "1.0.7", "author": "Wessel Kroos", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": "images\/icon-19.png", "default_popup": "options.html" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/scriptinjector.js" ] } ], "web_accessible_resources": [ { "resources": [ "styles\/options.css", "scripts\/contentscript.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ] } |