HTML5 Video Shortcutter

Control any html5 video by shortcuts

Cos'è HTML5 Video Shortcutter?

HTML5 Video Shortcutter è un'estensione di Chrome sviluppata da Timur Kh, e la sua funzione principale è "Control any html5 video by shortcuts".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HTML5 Video Shortcutter

Scarica i file di estensione HTML5 Video Shortcutter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The best solutions to reduce waste of time.

@release v1.0
Sep. 2018
*realised HTML5 video playback controller
*realised custom length rewind
*realised flexible settings                    

Informazioni di Base sull'Estensione

Nome HTML5 Video Shortcutter HTML5 Video Shortcutter
ID fmomikokjpaebojpkgliolnhckcmmfag
URL Ufficiale https://chrome.google.com/webstore/detail/html5-video-shortcutter/fmomikokjpaebojpkgliolnhckcmmfag
Descrizione Control any html5 video by shortcuts
Dimensione del File 203 KB
Conteggio Installazioni 427
Versione Corrente 1.0
Ultimo Aggiornamento 2018-09-08
Data di Pubblicazione 2018-09-08
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Timur Kh
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Shortcutter",
    "description": "Control any html5 video by shortcuts",
    "version": "1.0",
    "browser_action": {
        "default_icon": "Images\/icons\/icon256.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "notifications",
        "contextMenus",
        "tabs",
        "storage",
        "activeTab",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "backgroundMain.js"
        ]
    },
    "web_accessible_resources": [
        "css\/GoogleSans-Bold.ttf"
    ],
    "icons": {
        "16": "Images\/icons\/icon16.png",
        "32": "Images\/icons\/icon32.png",
        "48": "Images\/icons\/icon48.png",
        "64": "Images\/icons\/icon64.png",
        "128": "Images\/icons\/icon128.png",
        "256": "Images\/icons\/icon256.png"
    },
    "commands": {
        "reload_script": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Reload script"
        }
    }
}