100 Subtitles In One Minute
Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
100 Subtitles In One Minuteとは何ですか?
100 Subtitles In One Minuteは100subtitlesin1minによって開発されたChromeの拡張機能で、その主な機能は「Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)」です。
拡張機能のスクリーンショット
100 Subtitles In One Minute拡張機能のCRXファイルをダウンロード
100 Subtitles In One Minute拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Help people adding many subtitles to their Youtube videos automatically.
Now the Extention works only with VidIQ!
Contact [email protected] for queries 拡張機能の基本情報
| 名前 | |
| ID | jlkonphdbkcnnkjlaefgmfododjkkeng |
| 公式URL | https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng |
| 説明 | Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection) |
| ファイルサイズ | 33.19 KB |
| インストール数 | 83 |
| 現在のバージョン | 2.5 |
| 最終更新日 | 2023-11-17 |
| 公開日 | 2022-06-09 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | 100subtitlesin1min |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://100subtitles.com/ |
| ヘルプページのURL | https://100subtitles.com/support/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "100 Subtitles In One Minute",
"version": "2.5",
"description": "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"64": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"style.css"
],
"js": [
"ExtPay.js",
"script.js"
],
"matches": [
"*:\/\/studio.youtube.com\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
]
} | |