vttlive

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

Qu'est-ce que vttlive ?

vttlive est une extension Chrome développée par stt, et sa fonction principale est "Add subtitles from internet as VTT tracks to HTML5 video element on the page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension vttlive

Téléchargez les fichiers d'extension vttlive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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. :)                    

Informations de Base sur l'Extension

Nom vttlive vttlive
ID bnlbkeoehifnpknkegfjnhiaoechbnkj
URL Officiel https://chromewebstore.google.com/detail/vttlive/bnlbkeoehifnpknkegfjnhiaoechbnkj
Description Add subtitles from internet as VTT tracks to HTML5 video element on the page
Taille du Fichier 61.77 KB
Nombre d'Installations 539
Version Actuelle 0.1.2
Dernière Mise à Jour 2015-07-31
Date de Publication 2015-07-31
Évaluation 2.25/5 Total 4 Évaluations
Développeur stt
Type de Paiement free
Site Web de l'Extension http://vtt.herokuapp.com/
Langues Prises en Charge 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
    }
}