vttlive

Add subtitles from internet as VTT tracks to HTML5 video element on the page

vttliveとは何ですか?

vttliveはsttによって開発されたChromeの拡張機能で、その主な機能は「Add subtitles from internet as VTT tracks to HTML5 video element on the page」です。

拡張機能のスクリーンショット

screenshot

vttlive拡張機能のCRXファイルをダウンロード

vttlive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Provides a page action (icon on the address bar) for selected sites (as specified in extension options). When page action is clicked a search is made to podnapisi.net for a subtitle matching the video element on the page or in an iframe.

If a subtitle is found it's added as track element to the video. Meaning that you'll get subtitles to a video that otherwise would have none. :)                    

拡張機能の基本情報

名前 vttlive vttlive
ID bnlbkeoehifnpknkegfjnhiaoechbnkj
公式URL https://chromewebstore.google.com/detail/vttlive/bnlbkeoehifnpknkegfjnhiaoechbnkj
説明 Add subtitles from internet as VTT tracks to HTML5 video element on the page
ファイルサイズ 61.77 KB
インストール数 539
現在のバージョン 0.1.2
最終更新日 2015-07-31
公開日 2015-07-31
評価 2.25/5 合計 4 レビュー
開発者 stt
支払い方法 free
拡張機能のウェブサイト http://vtt.herokuapp.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "description": "__MSG_appDescription__",
    "incognito": "split",
    "icons": {
        "128": "images\/cc.png"
    },
    "default_locale": "en",
    "optional_permissions": [],
    "permissions": [
        "storage",
        "activeTab",
        "declarativeContent",
        "http:\/\/www.podnapisi.net\/.*",
        "http:\/\/vtt.herokuapp.com\/.*"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "38": "images\/cc.png"
        },
        "default_title": "vttlive",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}