SubAny Web
Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.
SubAny Webとは何ですか?
SubAny Webはprossetによって開発されたChromeの拡張機能で、その主な機能は「Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.」です。
拡張機能のスクリーンショット
SubAny Web拡張機能のCRXファイルをダウンロード
SubAny Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The streaming world has never been so exciting. Many companies are investing a large number of resources to deliver video on the web. This is changing how we get entertained. However, depending on the country you live, you may face some limitations of right about specific video content that can be delivered. This also concerns subtitles. To answer these problems, you can now provide your subtitles. Thus, for example, if you stay in a country where the streaming provider can't have access to the captions you wish, you can use that extension. This is also useful for people that don't like subtitles that the services are providing and so providing your captions.
拡張機能の基本情報
名前 | SubAny Web |
ID | japfodgakhloekokcjbapdodojbhnnkc |
公式URL | https://chromewebstore.google.com/detail/subany-web/japfodgakhloekokcjbapdodojbhnnkc |
説明 | Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform. |
ファイルサイズ | 12.79 MB |
インストール数 | 367 |
現在のバージョン | 0.1.1 |
最終更新日 | 2020-04-07 |
公開日 | 2020-04-06 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | prosset |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/PaulRosset/subtitles-anywhere-web |
ヘルプページのURL | https://github.com/PaulRosset/subtitles-anywhere-web/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SubAny Web", "version": "0.1.1", "description": "Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.", "homepage_url": "https:\/\/github.com\/PaulRosset\/subtitles-anywhere-web", "manifest_version": 2, "minimum_chrome_version": "68", "web_accessible_resources": [ "medias\/play.svg", "medias\/stop.svg" ], "browser_action": { "default_icon": "medias\/icon.png", "default_title": "SubAny" }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "options.html" }, "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "medias\/icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |