HTML5 Video Shortcutter

Control any html5 video by shortcuts

Apa itu HTML5 Video Shortcutter?

HTML5 Video Shortcutter adalah ekstensi Chrome yang dikembangkan oleh Timur Kh, dan fitur utamanya adalah "Control any html5 video by shortcuts".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi HTML5 Video Shortcutter

Unduh file ekstensi HTML5 Video Shortcutter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama HTML5 Video Shortcutter HTML5 Video Shortcutter
ID fmomikokjpaebojpkgliolnhckcmmfag
URL Resmi https://chrome.google.com/webstore/detail/html5-video-shortcutter/fmomikokjpaebojpkgliolnhckcmmfag
Deskripsi Control any html5 video by shortcuts
Ukuran File 203 KB
Jumlah Instalasi 427
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-09-08
Tanggal Publikasi 2018-09-08
Penilaian 4.67/5 Total 6 Penilaian
Pengembang Timur Kh
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}