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によって開発されたChromeの拡張機能で、その主な機能は「Set and forget. No need to re-select your subtitle language anymore.」です。
拡張機能のスクリーンショット
Remember subtitle settings for YouTube™拡張機能のCRXファイルをダウンロード
Remember subtitle settings for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [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"
]
} | |