movit

the video speed driver

Apa itu movit?

movit adalah ekstensi Chrome yang dikembangkan oleh Andrea Giammarchi, dan fitur utamanya adalah "the video speed driver".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi movit

Unduh file ekstensi movit 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

                        This is a minimalistic interface to automatically setup any HTML5 

Informasi Dasar Ekstensi

Nama movit movit
ID ablgafeipbpmkdpohlfbnnloofcppbgj
URL Resmi https://chromewebstore.google.com/detail/movit/ablgafeipbpmkdpohlfbnnloofcppbgj
Deskripsi the video speed driver
Ukuran File 16.07 KB
Jumlah Instalasi 31
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2019-03-30
Tanggal Publikasi 2019-03-27
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Andrea Giammarchi
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/WebReflection/movit
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "movit",
    "short_name": "movit",
    "version": "0.0.2",
    "description": "the video speed driver",
    "author": "Andrea Giammarchi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "20": "icons\/20.png",
            "32": "icons\/32.png",
            "40": "icons\/40.png"
        },
        "default_popup": "popup.html",
        "default_title": "movit"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/movit.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "storage"
    ]
}